#B55475

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

Shades of Royal Heath #B55475

Tints of Royal Heath #B55475

Color information

#B55475 (or 0xB55475) is unknown color: approx Royal Heath. HEX triplet: B5, 54 and 75. RGB value is (181,84,117). Sum of RGB (Red+Green+Blue) = 181+84+117=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B55475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55475 is #4AAB8A. Grayscale: #747474. Windows color (decimal): -4893579 or 7689397. OLE color: 7689397.

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

Color convert

RGB18184117-
CMYK00.540.350.29
HSL339.59º39.59%51.96%-
HSV(B)339.59º53.59%70.98%-
XYZ25.4417.4518.86-
YUV116.76128.14173.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=47.38%
G=21.99%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818411700.540.350.29339.5939.5951.96
HexB55475036231D1542834
Octal26512416506643355245064
Binary1011010110101001110101011011010001111101101010100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55475; }

 p { color: rgb(181,84,117); }

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

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

 a { background-color: rgb(181,84,117); }

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

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

 span { border-color: rgb(181,84,117); }

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