#B15981

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

Shades of Royal Heath #B15981

Tints of Royal Heath #B15981

Color information

#B15981 (or 0xB15981) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 81. RGB value is (177,89,129). Sum of RGB (Red+Green+Blue) = 177+89+129=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B15981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15981 is #4EA67E. Grayscale: #777777. Windows color (decimal): -5154431 or 8477105. OLE color: 8477105.

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

Color convert

RGB17789129-
CMYK00.500.270.31
HSL332.73º36.07%52.16%-
HSV(B)332.73º49.72%69.41%-
XYZ25.6718.0822.91-
YUV119.87133.15168.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=44.81%
G=22.53%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778912900.500.270.31332.7336.0752.16
HexB159810321B1F14d2434
Octal26113120106233375154464
Binary1011000110110011000000101100101101111111101001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15981; }

 p { color: rgb(177,89,129); }

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

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

 a { background-color: rgb(177,89,129); }

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

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

 span { border-color: rgb(177,89,129); }

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