#B15877

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

Shades of Royal Heath #B15877

Tints of Royal Heath #B15877

Color information

#B15877 (or 0xB15877) is unknown color: approx Royal Heath. HEX triplet: B1, 58 and 77. RGB value is (177,88,119). Sum of RGB (Red+Green+Blue) = 177+88+119=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B15877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15877 is #4EA788. Grayscale: #767676. Windows color (decimal): -5154697 or 7821489. OLE color: 7821489.

HSL color Cylindrical-coordinate representation of color #B15877: hue angle of 339.1º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15877 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17788119-
CMYK00.500.330.31
HSL339.1º36.33%51.96%-
HSV(B)339.1º50.28%69.41%-
XYZ24.9517.6619.55-
YUV118.14128.49169.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=46.09%
G=22.92%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778811900.500.330.31339.136.3351.96
HexB15877032211F1532434
Octal26113016706241375234464
Binary1011000110110001110111011001010000111111101010011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15877; }

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

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

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

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

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

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

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

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