#B15884

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

Shades of Royal Heath #B15884

Tints of Royal Heath #B15884

Color information

#B15884 (or 0xB15884) is unknown color: approx Royal Heath. HEX triplet: B1, 58 and 84. RGB value is (177,88,132). Sum of RGB (Red+Green+Blue) = 177+88+132=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B15884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15884 is #4EA77B. Grayscale: #777777. Windows color (decimal): -5154684 or 8673457. OLE color: 8673457.

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

Color convert

RGB17788132-
CMYK00.500.250.31
HSL330.34º36.33%51.96%-
HSV(B)330.34º50.28%69.41%-
XYZ25.7917.9923.94-
YUV119.63134.99168.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=44.58%
G=22.17%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778813200.500.250.31330.3436.3351.96
HexB15884032191F14a2434
Octal26113020406231375124464
Binary1011000110110001000010001100101100111111101001010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15884; }

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

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

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

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

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

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

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

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