#BB7166

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

Shades of Contessa #BB7166

Tints of Contessa #BB7166

Color information

#BB7166 (or 0xBB7166) is unknown color: approx Contessa. HEX triplet: BB, 71 and 66. RGB value is (187,113,102). Sum of RGB (Red+Green+Blue) = 187+113+102=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7166 is #448E99. Grayscale: #858585. Windows color (decimal): -4492954 or 6713787. OLE color: 6713787.

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

Color convert

RGB187113102-
CMYK00.400.450.27
HSL7.76º38.46%56.67%-
HSV(B)7.76º45.45%73.33%-
XYZ28.823.3315.56-
YUV133.87110.02165.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=46.52%
G=28.11%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711310200.400.450.277.7638.4656.67
HexBB71660282D1B82639
Octal2731611460505533104671
Binary10111011111000111001100101000101101110111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7166; }

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

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

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

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

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

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

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

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