#B15276

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

Shades of Royal Heath #B15276

Tints of Royal Heath #B15276

Color information

#B15276 (or 0xB15276) is unknown color: approx Royal Heath. HEX triplet: B1, 52 and 76. RGB value is (177,82,118). Sum of RGB (Red+Green+Blue) = 177+82+118=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15276 is #4EAD89. Grayscale: #727272. Windows color (decimal): -5156234 or 7754417. OLE color: 7754417.

HSL color Cylindrical-coordinate representation of color #B15276: hue angle of 337.26º 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 #B15276 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17782118-
CMYK00.540.330.31
HSL337.26º37.85%50.78%-
HSV(B)337.26º53.67%69.41%-
XYZ24.4216.6919.07-
YUV114.51129.97172.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=46.95%
G=21.75%
B=31.30%

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
Decimal1778211800.540.330.31337.2637.8550.78
HexB15276036211F1512633
Octal26112216606641375214663
Binary1011000110100101110110011011010000111111101010001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15276; }

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

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

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

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

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

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

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

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