#B05676

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

Shades of Royal Heath #B05676

Tints of Royal Heath #B05676

Color information

#B05676 (or 0xB05676) is unknown color: approx Royal Heath. HEX triplet: B0, 56 and 76. RGB value is (176,86,118). Sum of RGB (Red+Green+Blue) = 176+86+118=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B05676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05676 is #4FA989. Grayscale: #747474. Windows color (decimal): -5220746 or 7755440. OLE color: 7755440.

HSL color Cylindrical-coordinate representation of color #B05676: hue angle of 338.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05676 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17686118-
CMYK00.510.330.31
HSL338.67º36.29%51.37%-
HSV(B)338.67º51.14%69.02%-
XYZ24.517.1919.17-
YUV116.56128.82170.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=46.32%
G=22.63%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768611800.510.330.31338.6736.2951.37
HexB05676033211F1532433
Octal26012616606341375234463
Binary1011000010101101110110011001110000111111101010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05676; }

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

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

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

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

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

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

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

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