#B97869

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

Shades of Contessa #B97869

Tints of Contessa #B97869

Color information

#B97869 (or 0xB97869) is unknown color: approx Contessa. HEX triplet: B9, 78 and 69. RGB value is (185,120,105). Sum of RGB (Red+Green+Blue) = 185+120+105=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B97869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97869 is #468796. Grayscale: #898989. Windows color (decimal): -4622231 or 6912185. OLE color: 6912185.

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

Color convert

RGB185120105-
CMYK00.350.430.27
HSL11.25º36.36%56.86%-
HSV(B)11.25º43.24%72.55%-
XYZ29.2724.7716.6-
YUV137.72109.53161.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=45.12%
G=29.27%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512010500.350.430.2711.2536.3656.86
HexB978690232B1Bb2439
Octal2711701510435333134471
Binary10111001111100011010010100011101011110111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97869; }

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

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

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

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

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

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

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

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