#B97676

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

Shades of Contessa #B97676

Tints of Contessa #B97676

Color information

#B97676 (or 0xB97676) is unknown color: approx Contessa. HEX triplet: B9, 76 and 76. RGB value is (185,118,118). Sum of RGB (Red+Green+Blue) = 185+118+118=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B97676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97676 is #468989. Grayscale: #8A8A8A. Windows color (decimal): -4622730 or 7763641. OLE color: 7763641.

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

Color convert

RGB185118118-
CMYK00.360.360.27
HSL32.37%59.41%-
HSV(B)36.22%72.55%-
XYZ29.7624.5820.32-
YUV138.03116.7161.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=43.94%
G=28.03%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511811800.360.360.27032.3759.41
HexB97676024241B0203b
Octal271166166044443304073
Binary10111001111011011101100100100100100110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97676; }

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

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

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

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

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

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

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

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