#B15676

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

Shades of Royal Heath #B15676

Tints of Royal Heath #B15676

Color information

#B15676 (or 0xB15676) is unknown color: approx Royal Heath. HEX triplet: B1, 56 and 76. RGB value is (177,86,118). Sum of RGB (Red+Green+Blue) = 177+86+118=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B15676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15676 is #4EA989. Grayscale: #747474. Windows color (decimal): -5155210 or 7755441. OLE color: 7755441.

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

Color convert

RGB17786118-
CMYK00.510.330.31
HSL338.9º36.84%51.57%-
HSV(B)338.9º51.41%69.41%-
XYZ24.7317.3119.18-
YUV116.86128.65170.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=46.46%
G=22.57%
B=30.97%

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
Decimal1778611800.510.330.31338.936.8451.57
HexB15676033211F1532534
Octal26112616606341375234564
Binary1011000110101101110110011001110000111111101010011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15676; }

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

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

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

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

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

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

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

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