#B96E5C

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

Shades of Contessa #B96E5C

Tints of Contessa #B96E5C

Color information

#B96E5C (or 0xB96E5C) is unknown color: approx Contessa. HEX triplet: B9, 6E and 5C. RGB value is (185,110,92). Sum of RGB (Red+Green+Blue) = 185+110+92=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E5C is #4691A3. Grayscale: #828282. Windows color (decimal): -4624804 or 6057657. OLE color: 6057657.

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

Color convert

RGB18511092-
CMYK00.410.500.27
HSL11.61º39.91%54.31%-
HSV(B)11.61º50.27%72.55%-
XYZ27.5222.2412.97-
YUV130.37106.35166.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=47.80%
G=28.42%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851109200.410.500.2711.6139.9154.31
HexB96E5C029321Bc2836
Octal2711561340516233145066
Binary10111001110111010111000101001110010110111100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E5C; }

 p { color: rgb(185,110,92); }

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

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

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

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

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

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

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