#B34979

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

Shades of Royal Heath #B34979

Tints of Royal Heath #B34979

Color information

#B34979 (or 0xB34979) is unknown color: approx Royal Heath. HEX triplet: B3, 49 and 79. RGB value is (179,73,121). Sum of RGB (Red+Green+Blue) = 179+73+121=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B34979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34979 is #4CB686. Grayscale: #6E6E6E. Windows color (decimal): -5027463 or 7948723. OLE color: 7948723.

HSL color Cylindrical-coordinate representation of color #B34979: hue angle of 332.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34979 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17973121-
CMYK00.590.320.30
HSL332.83º42.06%49.41%-
HSV(B)332.83º59.22%70.2%-
XYZ24.4215.7319.84-
YUV110.17134.12177.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=47.99%
G=19.57%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797312100.590.320.30332.8342.0649.41
HexB3497903B201E14d2a31
Octal26311117107340365155261
Binary1011001110010011111001011101110000011110101001101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34979; }

 p { color: rgb(179,73,121); }

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

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

 a { background-color: rgb(179,73,121); }

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

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

 span { border-color: rgb(179,73,121); }

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