#B97769

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

Shades of Contessa #B97769

Tints of Contessa #B97769

Color information

#B97769 (or 0xB97769) is unknown color: approx Contessa. HEX triplet: B9, 77 and 69. RGB value is (185,119,105). Sum of RGB (Red+Green+Blue) = 185+119+105=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B97769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97769 is #468896. Grayscale: #898989. Windows color (decimal): -4622487 or 6911929. OLE color: 6911929.

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

Color convert

RGB185119105-
CMYK00.360.430.27
HSL10.5º36.36%56.86%-
HSV(B)10.5º43.24%72.55%-
XYZ29.1524.5316.56-
YUV137.14109.87162.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=45.23%
G=29.10%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511910500.360.430.2710.536.3656.86
HexB977690242B1Ba2439
Octal2711671510445333124471
Binary10111001111011111010010100100101011110111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97769; }

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

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

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

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

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

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

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

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