#B54574

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

Shades of Royal Heath #B54574

Tints of Royal Heath #B54574

Color information

#B54574 (or 0xB54574) is unknown color: approx Royal Heath. HEX triplet: B5, 45 and 74. RGB value is (181,69,116). Sum of RGB (Red+Green+Blue) = 181+69+116=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54574 is #4ABA8B. Grayscale: #6B6B6B. Windows color (decimal): -4897420 or 7620021. OLE color: 7620021.

HSL color Cylindrical-coordinate representation of color #B54574: hue angle of 334.82º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54574 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18169116-
CMYK00.620.360.29
HSL334.82º44.8%49.02%-
HSV(B)334.82º61.88%70.98%-
XYZ24.3415.3418.2-
YUV107.85132.61180.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=49.45%
G=18.85%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816911600.620.360.29334.8244.849.02
HexB5457403E241D14f2d31
Octal26510516407644355175561
Binary1011010110001011110100011111010010011101101001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54574; }

 p { color: rgb(181,69,116); }

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

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

 a { background-color: rgb(181,69,116); }

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

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

 span { border-color: rgb(181,69,116); }

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