#B97868

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

Shades of Contessa #B97868

Tints of Contessa #B97868

Color information

#B97868 (or 0xB97868) is unknown color: approx Contessa. HEX triplet: B9, 78 and 68. RGB value is (185,120,104). Sum of RGB (Red+Green+Blue) = 185+120+104=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B97868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97868 is #468797. Grayscale: #898989. Windows color (decimal): -4622232 or 6846649. OLE color: 6846649.

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

Color convert

RGB185120104-
CMYK00.350.440.27
HSL11.85º36.65%56.67%-
HSV(B)11.85º43.78%72.55%-
XYZ29.2224.7516.33-
YUV137.61109.03161.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=45.23%
G=29.34%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512010400.350.440.2711.8536.6556.67
HexB978680232C1Bc2539
Octal2711701500435433144571
Binary10111001111100011010000100011101100110111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97868; }

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

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

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

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

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

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

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

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