#B15982

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

Shades of Royal Heath #B15982

Tints of Royal Heath #B15982

Color information

#B15982 (or 0xB15982) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 82. RGB value is (177,89,130). Sum of RGB (Red+Green+Blue) = 177+89+130=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B15982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15982 is #4EA67D. Grayscale: #777777. Windows color (decimal): -5154430 or 8542641. OLE color: 8542641.

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

Color convert

RGB17789130-
CMYK00.500.270.31
HSL332.05º36.07%52.16%-
HSV(B)332.05º49.72%69.41%-
XYZ25.7318.123.26-
YUV119.99133.65168.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=44.70%
G=22.47%
B=32.83%

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
Decimal1778913000.500.270.31332.0536.0752.16
HexB159820321B1F14c2434
Octal26113120206233375144464
Binary1011000110110011000001001100101101111111101001100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15982; }

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

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

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

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

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

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

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

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