#B15983

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

Shades of Royal Heath #B15983

Tints of Royal Heath #B15983

Color information

#B15983 (or 0xB15983) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 83. RGB value is (177,89,131). Sum of RGB (Red+Green+Blue) = 177+89+131=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B15983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15983 is #4EA67C. Grayscale: #787878. Windows color (decimal): -5154429 or 8608177. OLE color: 8608177.

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

Color convert

RGB17789131-
CMYK00.500.260.31
HSL331.36º36.07%52.16%-
HSV(B)331.36º49.72%69.41%-
XYZ25.818.1323.61-
YUV120.1134.15168.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=44.58%
G=22.42%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778913100.500.260.31331.3636.0752.16
HexB159830321A1F14b2434
Octal26113120306232375134464
Binary1011000110110011000001101100101101011111101001011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15983; }

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

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

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

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

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

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

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

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