#B96D5D

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

Shades of Contessa #B96D5D

Tints of Contessa #B96D5D

Color information

#B96D5D (or 0xB96D5D) is unknown color: approx Contessa. HEX triplet: B9, 6D and 5D. RGB value is (185,109,93). Sum of RGB (Red+Green+Blue) = 185+109+93=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D5D is #4692A2. Grayscale: #828282. Windows color (decimal): -4625059 or 6122937. OLE color: 6122937.

HSL color Cylindrical-coordinate representation of color #B96D5D: hue angle of 10.43º 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 #B96D5D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18510993-
CMYK00.410.500.27
HSL10.43º39.66%54.51%-
HSV(B)10.43º49.73%72.55%-
XYZ27.4522.0413.16-
YUV129.9107.18167.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=47.80%
G=28.17%
B=24.03%

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
Decimal1851099300.410.500.2710.4339.6654.51
HexB96D5D029321Ba2837
Octal2711551350516233125067
Binary10111001110110110111010101001110010110111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D5D; }

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

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

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

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

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

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

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

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