#B15984

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

Shades of Royal Heath #B15984

Tints of Royal Heath #B15984

Color information

#B15984 (or 0xB15984) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 84. RGB value is (177,89,132). Sum of RGB (Red+Green+Blue) = 177+89+132=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B15984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15984 is #4EA67B. Grayscale: #787878. Windows color (decimal): -5154428 or 8673713. OLE color: 8673713.

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

Color convert

RGB17789132-
CMYK00.500.250.31
HSL330.68º36.07%52.16%-
HSV(B)330.68º49.72%69.41%-
XYZ25.8718.1623.97-
YUV120.21134.65168.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=44.47%
G=22.36%
B=33.17%

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
Decimal1778913200.500.250.31330.6836.0752.16
HexB15984032191F14b2434
Octal26113120406231375134464
Binary1011000110110011000010001100101100111111101001011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15984; }

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

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

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

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

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

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

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

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