#B54977

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

Shades of Royal Heath #B54977

Tints of Royal Heath #B54977

Color information

#B54977 (or 0xB54977) is unknown color: approx Royal Heath. HEX triplet: B5, 49 and 77. RGB value is (181,73,119). Sum of RGB (Red+Green+Blue) = 181+73+119=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B54977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54977 is #4AB688. Grayscale: #6E6E6E. Windows color (decimal): -4896393 or 7817653. OLE color: 7817653.

HSL color Cylindrical-coordinate representation of color #B54977: hue angle of 334.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54977 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18173119-
CMYK00.600.340.29
HSL334.44º42.52%49.8%-
HSV(B)334.44º59.67%70.98%-
XYZ24.7715.9219.22-
YUV110.54132.78178.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=48.53%
G=19.57%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817311900.600.340.29334.4442.5249.8
HexB5497703C221D14e2b32
Octal26511116707442355165362
Binary1011010110010011110111011110010001011101101001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54977; }

 p { color: rgb(181,73,119); }

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

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

 a { background-color: rgb(181,73,119); }

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

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

 span { border-color: rgb(181,73,119); }

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