#B15177

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

Shades of Royal Heath #B15177

Tints of Royal Heath #B15177

Color information

#B15177 (or 0xB15177) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 77. RGB value is (177,81,119). Sum of RGB (Red+Green+Blue) = 177+81+119=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15177 is #4EAE88. Grayscale: #717171. Windows color (decimal): -5156489 or 7819697. OLE color: 7819697.

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

Color convert

RGB17781119-
CMYK00.540.330.31
HSL336.25º38.1%50.59%-
HSV(B)336.25º54.24%69.41%-
XYZ24.416.5619.36-
YUV114.04130.8172.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=46.95%
G=21.49%
B=31.56%

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
Decimal1778111900.540.330.31336.2538.150.59
HexB15177036211F1502633
Octal26112116706641375204663
Binary1011000110100011110111011011010000111111101010000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15177; }

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

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

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

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

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

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

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

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