#B96967

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

Shades of Contessa #B96967

Tints of Contessa #B96967

Color information

#B96967 (or 0xB96967) is unknown color: approx Contessa. HEX triplet: B9, 69 and 67. RGB value is (185,105,103). Sum of RGB (Red+Green+Blue) = 185+105+103=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B96967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96967 is #469698. Grayscale: #808080. Windows color (decimal): -4626073 or 6777273. OLE color: 6777273.

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

Color convert

RGB185105103-
CMYK00.430.440.27
HSL1.46º36.94%56.47%-
HSV(B)1.46º44.32%72.55%-
XYZ27.5121.415.51-
YUV128.69113.5168.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=47.07%
G=26.72%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510510300.430.440.271.4636.9456.47
HexB9696702B2C1B12538
Octal271151147053543314570
Binary10111001110100111001110101011101100110111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96967; }

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

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

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

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

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

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

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

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