#B96F6F

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

Shades of Contessa #B96F6F

Tints of Contessa #B96F6F

Color information

#B96F6F (or 0xB96F6F) is unknown color: approx Contessa. HEX triplet: B9, 6F and 6F. RGB value is (185,111,111). Sum of RGB (Red+Green+Blue) = 185+111+111=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F6F is #469090. Grayscale: #858585. Windows color (decimal): -4624529 or 7303097. OLE color: 7303097.

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

Color convert

RGB185111111-
CMYK00.40.40.27
HSL34.58%58.04%-
HSV(B)40%72.55%-
XYZ28.5622.8317.94-
YUV133.13115.52165-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 111 (43.75% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511111100.40.40.27034.5858.04
HexB96F6F028281B0233a
Octal271157157050503304372
Binary10111001110111111011110101000101000110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F6F; }

 p { color: rgb(185,111,111); }

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

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

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

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

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

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

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