#BB706B

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

Shades of Contessa #BB706B

Tints of Contessa #BB706B

Color information

#BB706B (or 0xBB706B) is unknown color: approx Contessa. HEX triplet: BB, 70 and 6B. RGB value is (187,112,107). Sum of RGB (Red+Green+Blue) = 187+112+107=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB706B is #448F94. Grayscale: #858585. Windows color (decimal): -4493205 or 7041211. OLE color: 7041211.

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

Color convert

RGB187112107-
CMYK00.400.430.27
HSL3.75º37.04%57.65%-
HSV(B)3.75º42.78%73.33%-
XYZ28.9423.2116.87-
YUV133.85112.85165.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=46.06%
G=27.59%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711210700.400.430.273.7537.0457.65
HexBB706B0282B1B4253a
Octal273160153050533344572
Binary1011101111100001101011010100010101111011100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB706B; }

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

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

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

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

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

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

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

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