#B55874

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

Shades of Royal Heath #B55874

Tints of Royal Heath #B55874

Color information

#B55874 (or 0xB55874) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 74. RGB value is (181,88,116). Sum of RGB (Red+Green+Blue) = 181+88+116=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B55874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55874 is #4AA78B. Grayscale: #767676. Windows color (decimal): -4892556 or 7624885. OLE color: 7624885.

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

Color convert

RGB18188116-
CMYK00.510.360.29
HSL341.94º38.59%52.75%-
HSV(B)341.94º51.38%70.98%-
XYZ25.718.0618.66-
YUV119126.31172.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=47.01%
G=22.86%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818811600.510.360.29341.9438.5952.75
HexB55874033241D1562735
Octal26513016406344355264765
Binary1011010110110001110100011001110010011101101010110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55874; }

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

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

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

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

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

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

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

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