#b54776

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

Shades of Royal Heath #B54776

Tints of Royal Heath #B54776

Color information

#B54776 (or 0xB54776) is unknown color: approx Royal Heath. HEX triplet: B5, 47 and 76. RGB value is (181,71,118). Sum of RGB (Red+Green+Blue) = 181+71+118=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B54776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54776 is #4AB889. Grayscale: #6D6D6D. Windows color (decimal): -4896906 or 7751605. OLE color: 7751605.

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

Color convert

RGB18171118-
CMYK00.610.350.29
HSL334.36º43.65%49.41%-
HSV(B)334.36º60.77%70.98%-
XYZ24.5815.6418.86-
YUV109.25132.94179.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=48.92%
G=19.19%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817111800.610.350.29334.3643.6549.41
HexB5477603D231D14e2c31
Octal26510716607543355165461
Binary1011010110001111110110011110110001111101101001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54776; }

 p { color: rgb(181,71,118); }

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

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

 a { background-color: rgb(181,71,118); }

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

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

 span { border-color: rgb(181,71,118); }

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