#B15171

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

Shades of Royal Heath #B15171

Tints of Royal Heath #B15171

Color information

#B15171 (or 0xB15171) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 71. RGB value is (177,81,113). Sum of RGB (Red+Green+Blue) = 177+81+113=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B15171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15171 is #4EAE8E. Grayscale: #717171. Windows color (decimal): -5156495 or 7426481. OLE color: 7426481.

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

Color convert

RGB17781113-
CMYK00.540.360.31
HSL340º38.1%50.59%-
HSV(B)340º54.24%69.41%-
XYZ24.0516.4217.53-
YUV113.35127.8173.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=47.71%
G=21.83%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778111300.540.360.3134038.150.59
HexB15171036241F1542633
Octal26112116106644375244663
Binary1011000110100011110001011011010010011111101010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15171; }

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

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

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

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

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

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

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

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