#BB706C

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

Shades of Contessa #BB706C

Tints of Contessa #BB706C

Color information

#BB706C (or 0xBB706C) is unknown color: approx Contessa. HEX triplet: BB, 70 and 6C. RGB value is (187,112,108). Sum of RGB (Red+Green+Blue) = 187+112+108=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB706C is #448F93. Grayscale: #868686. Windows color (decimal): -4493204 or 7106747. OLE color: 7106747.

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

Color convert

RGB187112108-
CMYK00.400.420.27
HSL3.04º36.74%57.84%-
HSV(B)3.04º42.25%73.33%-
XYZ28.9923.2417.14-
YUV133.97113.35165.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=45.95%
G=27.52%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711210800.400.420.273.0436.7457.84
HexBB706C0282A1B3253a
Octal273160154050523334572
Binary101110111110000110110001010001010101101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB706C; }

 p { color: rgb(187,112,108); }

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

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

 a { background-color: rgb(187,112,108); }

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

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

 span { border-color: rgb(187,112,108); }

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