#B15176

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

Shades of Royal Heath #B15176

Tints of Royal Heath #B15176

Color information

#B15176 (or 0xB15176) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 76. RGB value is (177,81,118). Sum of RGB (Red+Green+Blue) = 177+81+118=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15176 is #4EAE89. Grayscale: #717171. Windows color (decimal): -5156490 or 7754161. OLE color: 7754161.

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

Color convert

RGB17781118-
CMYK00.540.330.31
HSL336.88º38.1%50.59%-
HSV(B)336.88º54.24%69.41%-
XYZ24.3416.5419.05-
YUV113.92130.3172.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=47.07%
G=21.54%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778111800.540.330.31336.8838.150.59
HexB15176036211F1512633
Octal26112116606641375214663
Binary1011000110100011110110011011010000111111101010001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15176; }

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

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

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

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

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

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

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

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