#B95676

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

Shades of Royal Heath #B95676

Tints of Royal Heath #B95676

Color information

#B95676 (or 0xB95676) is unknown color: approx Royal Heath. HEX triplet: B9, 56 and 76. RGB value is (185,86,118). Sum of RGB (Red+Green+Blue) = 185+86+118=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B95676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95676 is #46A989. Grayscale: #777777. Windows color (decimal): -4630922 or 7755449. OLE color: 7755449.

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

Color convert

RGB18586118-
CMYK00.540.360.27
HSL340.61º41.42%53.14%-
HSV(B)340.61º53.51%72.55%-
XYZ26.6118.2819.27-
YUV119.25127.3174.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=47.56%
G=22.11%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858611800.540.360.27340.6141.4253.14
HexB95676036241B1552935
Octal27112616606644335255165
Binary1011100110101101110110011011010010011011101010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95676; }

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

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

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

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

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

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

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

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