#B96F5B

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

Shades of Contessa #B96F5B

Tints of Contessa #B96F5B

Color information

#B96F5B (or 0xB96F5B) is unknown color: approx Contessa. HEX triplet: B9, 6F and 5B. RGB value is (185,111,91). Sum of RGB (Red+Green+Blue) = 185+111+91=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F5B is #4690A4. Grayscale: #838383. Windows color (decimal): -4624549 or 5992377. OLE color: 5992377.

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

Color convert

RGB18511191-
CMYK00.40.510.27
HSL12.77º40.17%54.12%-
HSV(B)12.77º50.81%72.55%-
XYZ27.5822.4412.77-
YUV130.85105.52166.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=47.80%
G=28.68%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851119100.40.510.2712.7740.1754.12
HexB96F5B028331Bd2836
Octal2711571330506333155066
Binary10111001110111110110110101000110011110111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F5B; }

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

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

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

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

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

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

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

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