#B95976

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

Shades of Royal Heath #B95976

Tints of Royal Heath #B95976

Color information

#B95976 (or 0xB95976) is unknown color: approx Royal Heath. HEX triplet: B9, 59 and 76. RGB value is (185,89,118). Sum of RGB (Red+Green+Blue) = 185+89+118=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B95976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95976 is #46A689. Grayscale: #787878. Windows color (decimal): -4630154 or 7756217. OLE color: 7756217.

HSL color Cylindrical-coordinate representation of color #B95976: hue angle of 341.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95976 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18589118-
CMYK00.520.360.27
HSL341.88º40.68%53.73%-
HSV(B)341.88º51.89%72.55%-
XYZ26.8518.7719.35-
YUV121.01126.3173.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=47.19%
G=22.70%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858911800.520.360.27341.8840.6853.73
HexB95976034241B1562936
Octal27113116606444335265166
Binary1011100110110011110110011010010010011011101010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95976; }

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

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

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

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

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

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

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

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