#B96E5D

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

Shades of Contessa #B96E5D

Tints of Contessa #B96E5D

Color information

#B96E5D (or 0xB96E5D) is unknown color: approx Contessa. HEX triplet: B9, 6E and 5D. RGB value is (185,110,93). Sum of RGB (Red+Green+Blue) = 185+110+93=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E5D is #4691A2. Grayscale: #828282. Windows color (decimal): -4624803 or 6123193. OLE color: 6123193.

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

Color convert

RGB18511093-
CMYK00.410.500.27
HSL11.09º39.66%54.51%-
HSV(B)11.09º49.73%72.55%-
XYZ27.5622.2613.2-
YUV130.49106.85166.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=47.68%
G=28.35%
B=23.97%

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
Decimal1851109300.410.500.2711.0939.6654.51
HexB96E5D029321Bb2837
Octal2711561350516233135067
Binary10111001110111010111010101001110010110111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E5D; }

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

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

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

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

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

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

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

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