#B96076

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

Shades of Blush #B96076

Tints of Blush #B96076

Color information

#B96076 (or 0xB96076) is unknown color: approx Blush. HEX triplet: B9, 60 and 76. RGB value is (185,96,118). Sum of RGB (Red+Green+Blue) = 185+96+118=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B96076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96076 is #469F89. Grayscale: #7D7D7D. Windows color (decimal): -4628362 or 7758009. OLE color: 7758009.

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

Color convert

RGB18596118-
CMYK00.480.360.27
HSL345.17º38.86%55.1%-
HSV(B)345.17º48.11%72.55%-
XYZ27.4619.9919.55-
YUV125.12123.99170.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=46.37%
G=24.06%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859611800.480.360.27345.1738.8655.1
HexB96076030241B1592737
Octal27114016606044335314767
Binary1011100111000001110110011000010010011011101011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96076; }

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

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

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

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

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

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

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

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