#BB7466

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

Shades of Contessa #BB7466

Tints of Contessa #BB7466

Color information

#BB7466 (or 0xBB7466) is unknown color: approx Contessa. HEX triplet: BB, 74 and 66. RGB value is (187,116,102). Sum of RGB (Red+Green+Blue) = 187+116+102=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7466 is #448B99. Grayscale: #878787. Windows color (decimal): -4492186 or 6714555. OLE color: 6714555.

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

Color convert

RGB187116102-
CMYK00.380.450.27
HSL9.88º38.46%56.67%-
HSV(B)9.88º45.45%73.33%-
XYZ29.1424.0115.67-
YUV135.63109.02164.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=46.17%
G=28.64%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711610200.380.450.279.8838.4656.67
HexBB74660262D1Ba2639
Octal2731641460465533124671
Binary10111011111010011001100100110101101110111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7466; }

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

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

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

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

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

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

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

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