#BB7A66

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

Shades of Contessa #BB7A66

Tints of Contessa #BB7A66

Color information

#BB7A66 (or 0xBB7A66) is unknown color: approx Contessa. HEX triplet: BB, 7A and 66. RGB value is (187,122,102). Sum of RGB (Red+Green+Blue) = 187+122+102=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A66 is #448599. Grayscale: #8B8B8B. Windows color (decimal): -4490650 or 6716091. OLE color: 6716091.

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

Color convert

RGB187122102-
CMYK00.350.450.27
HSL14.12º38.46%56.67%-
HSV(B)14.12º45.45%73.33%-
XYZ29.8525.4415.91-
YUV139.15107.03162.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=45.50%
G=29.68%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712210200.350.450.2714.1238.4656.67
HexBB7A660232D1Be2639
Octal2731721460435533164671
Binary10111011111101011001100100011101101110111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A66; }

 p { color: rgb(187,122,102); }

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

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

 a { background-color: rgb(187,122,102); }

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

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

 span { border-color: rgb(187,122,102); }

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