#B55673

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

Shades of Royal Heath #B55673

Tints of Royal Heath #B55673

Color information

#B55673 (or 0xB55673) is unknown color: approx Royal Heath. HEX triplet: B5, 56 and 73. RGB value is (181,86,115). Sum of RGB (Red+Green+Blue) = 181+86+115=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B55673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55673 is #4AA98C. Grayscale: #757575. Windows color (decimal): -4893069 or 7558837. OLE color: 7558837.

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

Color convert

RGB18186115-
CMYK00.520.360.29
HSL341.68º39.09%52.35%-
HSV(B)341.68º52.49%70.98%-
XYZ25.4817.7218.3-
YUV117.71126.47173.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=47.38%
G=22.51%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818611500.520.360.29341.6839.0952.35
HexB55673034241D1562734
Octal26512616306444355264764
Binary1011010110101101110011011010010010011101101010110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55673; }

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

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

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

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

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

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

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

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