#BB706D

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

Shades of Contessa #BB706D

Tints of Contessa #BB706D

Color information

#BB706D (or 0xBB706D) is unknown color: approx Contessa. HEX triplet: BB, 70 and 6D. RGB value is (187,112,109). Sum of RGB (Red+Green+Blue) = 187+112+109=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB706D is #448F92. Grayscale: #868686. Windows color (decimal): -4493203 or 7172283. OLE color: 7172283.

HSL color Cylindrical-coordinate representation of color #BB706D: hue angle of 2.31º degrees, saturation: 0.36, 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 #BB706D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187112109-
CMYK00.400.420.27
HSL2.31º36.45%58.04%-
HSV(B)2.31º41.71%73.33%-
XYZ29.0523.2617.43-
YUV134.08113.85165.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=45.83%
G=27.45%
B=26.72%

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
Decimal18711210900.400.420.272.3136.4558.04
HexBB706D0282A1B2243a
Octal273160155050523324472
Binary101110111110000110110101010001010101101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB706D; }

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

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

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

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

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

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

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

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