#B15170

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

Shades of Royal Heath #B15170

Tints of Royal Heath #B15170

Color information

#B15170 (or 0xB15170) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 70. RGB value is (177,81,112). Sum of RGB (Red+Green+Blue) = 177+81+112=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B15170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15170 is #4EAE8F. Grayscale: #717171. Windows color (decimal): -5156496 or 7360945. OLE color: 7360945.

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

Color convert

RGB17781112-
CMYK00.540.370.31
HSL340.62º38.1%50.59%-
HSV(B)340.62º54.24%69.41%-
XYZ2416.417.23-
YUV113.24127.3173.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=47.84%
G=21.89%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778111200.540.370.31340.6238.150.59
HexB15170036251F1552633
Octal26112116006645375254663
Binary1011000110100011110000011011010010111111101010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15170; }

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

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

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

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

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

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

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

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