#B15A83

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

Shades of Royal Heath #B15A83

Tints of Royal Heath #B15A83

Color information

#B15A83 (or 0xB15A83) is unknown color: approx Royal Heath. HEX triplet: B1, 5A and 83. RGB value is (177,90,131). Sum of RGB (Red+Green+Blue) = 177+90+131=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A83 is #4EA57C. Grayscale: #787878. Windows color (decimal): -5154173 or 8608433. OLE color: 8608433.

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

Color convert

RGB17790131-
CMYK00.490.260.31
HSL331.72º35.8%52.35%-
HSV(B)331.72º49.15%69.41%-
XYZ25.8818.323.64-
YUV120.69133.82168.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=44.47%
G=22.61%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779013100.490.260.31331.7235.852.35
HexB15A830311A1F14c2434
Octal26113220306132375144464
Binary1011000110110101000001101100011101011111101001100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A83; }

 p { color: rgb(177,90,131); }

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

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

 a { background-color: rgb(177,90,131); }

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

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

 span { border-color: rgb(177,90,131); }

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