#B55873

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

Shades of Royal Heath #B55873

Tints of Royal Heath #B55873

Color information

#B55873 (or 0xB55873) is unknown color: approx Royal Heath. HEX triplet: B5, 58 and 73. RGB value is (181,88,115). Sum of RGB (Red+Green+Blue) = 181+88+115=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B55873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55873 is #4AA78C. Grayscale: #767676. Windows color (decimal): -4892557 or 7559349. OLE color: 7559349.

HSL color Cylindrical-coordinate representation of color #B55873: hue angle of 342.58º 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 #B55873 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18188115-
CMYK00.510.360.29
HSL342.58º38.59%52.75%-
HSV(B)342.58º51.38%70.98%-
XYZ25.6418.0418.35-
YUV118.88125.81172.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=47.14%
G=22.92%
B=29.95%

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
Decimal1818811500.510.360.29342.5838.5952.75
HexB55873033241D1572735
Octal26513016306344355274765
Binary1011010110110001110011011001110010011101101010111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55873; }

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

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

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

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

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

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

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

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