#B55676

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

Shades of Royal Heath #B55676

Tints of Royal Heath #B55676

Color information

#B55676 (or 0xB55676) is unknown color: approx Royal Heath. HEX triplet: B5, 56 and 76. RGB value is (181,86,118). Sum of RGB (Red+Green+Blue) = 181+86+118=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B55676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55676 is #4AA989. Grayscale: #767676. Windows color (decimal): -4893066 or 7755445. OLE color: 7755445.

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

Color convert

RGB18186118-
CMYK00.520.350.29
HSL339.79º39.09%52.35%-
HSV(B)339.79º52.49%70.98%-
XYZ25.6517.7919.22-
YUV118.05127.97172.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=47.01%
G=22.34%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818611800.520.350.29339.7939.0952.35
HexB55676034231D1542734
Octal26512616606443355244764
Binary1011010110101101110110011010010001111101101010100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55676; }

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

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

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

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

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

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

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

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