#B96B69

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

Shades of Contessa #B96B69

Tints of Contessa #B96B69

Color information

#B96B69 (or 0xB96B69) is unknown color: approx Contessa. HEX triplet: B9, 6B and 69. RGB value is (185,107,105). Sum of RGB (Red+Green+Blue) = 185+107+105=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B69 is #469496. Grayscale: #828282. Windows color (decimal): -4625559 or 6908857. OLE color: 6908857.

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

Color convert

RGB185107105-
CMYK00.420.430.27
HSL1.5º36.36%56.86%-
HSV(B)1.5º43.24%72.55%-
XYZ27.8221.8516.12-
YUV130.09113.84167.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=46.60%
G=26.95%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510710500.420.430.271.536.3656.86
HexB96B6902A2B1B22439
Octal271153151052533324471
Binary101110011101011110100101010101010111101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B69; }

 p { color: rgb(185,107,105); }

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

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

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

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

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

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

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