#B34374

Color #B34374 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B34374

Tints of Royal Heath #B34374

Color information

#B34374 (or 0xB34374) is unknown color: approx Royal Heath. HEX triplet: B3, 43 and 74. RGB value is (179,67,116). Sum of RGB (Red+Green+Blue) = 179+67+116=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B34374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34374 is #4CBC8B. Grayscale: #696969. Windows color (decimal): -5029004 or 7619507. OLE color: 7619507.

HSL color Cylindrical-coordinate representation of color #B34374: hue angle of 333.75º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34374 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17967116-
CMYK00.630.350.30
HSL333.75º45.53%48.24%-
HSV(B)333.75º62.57%70.2%-
XYZ23.7514.8618.14-
YUV106.07133.61180.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=49.45%
G=18.51%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796711600.630.350.30333.7545.5348.24
HexB3437403F231E14e2e30
Octal26310316407743365165660
Binary1011001110000111110100011111110001111110101001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34374; }

 p { color: rgb(179,67,116); }

 H1.HeaderClassName
 {
   color: #B34374;
 }
 .AnyTagClassName
 {
   color: #B34374;
 }
</style>
background-color css

<style>
 a { background-color: #B34374; }

 a { background-color: rgb(179,67,116); }

 div.DivClassName
 {
   background-color: #B34374;
 }
 .BgClassName
 {
   background-color: #B34374;
 }
</style>
border-color css

<style>
 span { border-color: #B34374; }

 span { border-color: rgb(179,67,116); }

 td.TdClassName
 {
   border-color: #B34374;
 }
 .TagClassName
 {
   border-color: #B34374;
 }
</style>