#B15976

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

Shades of Royal Heath #B15976

Tints of Royal Heath #B15976

Color information

#B15976 (or 0xB15976) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 76. RGB value is (177,89,118). Sum of RGB (Red+Green+Blue) = 177+89+118=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B15976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15976 is #4EA689. Grayscale: #767676. Windows color (decimal): -5154442 or 7756209. OLE color: 7756209.

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

Color convert

RGB17789118-
CMYK00.500.330.31
HSL340.23º36.07%52.16%-
HSV(B)340.23º49.72%69.41%-
XYZ24.9717.819.26-
YUV118.62127.65169.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=46.09%
G=23.18%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778911800.500.330.31340.2336.0752.16
HexB15976032211F1542434
Octal26113116606241375244464
Binary1011000110110011110110011001010000111111101010100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15976; }

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

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

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

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

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

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

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

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