#B96969

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

Shades of Contessa #B96969

Tints of Contessa #B96969

Color information

#B96969 (or 0xB96969) is unknown color: approx Contessa. HEX triplet: B9, 69 and 69. RGB value is (185,105,105). Sum of RGB (Red+Green+Blue) = 185+105+105=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B96969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96969 is #469696. Grayscale: #818181. Windows color (decimal): -4626071 or 6908345. OLE color: 6908345.

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

Color convert

RGB185105105-
CMYK00.430.430.27
HSL36.36%56.86%-
HSV(B)43.24%72.55%-
XYZ27.6121.4416.05-
YUV128.92114.5168-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=46.84%
G=26.58%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510510500.430.430.27036.3656.86
HexB9696902B2B1B02439
Octal271151151053533304471
Binary10111001110100111010010101011101011110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96969; }

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

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

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

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

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

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

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

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