#BB7269

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

Shades of Contessa #BB7269

Tints of Contessa #BB7269

Color information

#BB7269 (or 0xBB7269) is unknown color: approx Contessa. HEX triplet: BB, 72 and 69. RGB value is (187,114,105). Sum of RGB (Red+Green+Blue) = 187+114+105=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7269 is #448D96. Grayscale: #868686. Windows color (decimal): -4492695 or 6910651. OLE color: 6910651.

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

Color convert

RGB187114105-
CMYK00.390.440.27
HSL6.59º37.61%57.25%-
HSV(B)6.59º43.85%73.33%-
XYZ29.0623.6216.39-
YUV134.8111.18165.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=46.06%
G=28.08%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711410500.390.440.276.5937.6157.25
HexBB72690272C1B72639
Octal273162151047543374671
Binary1011101111100101101001010011110110011011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7269; }

 p { color: rgb(187,114,105); }

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

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

 a { background-color: rgb(187,114,105); }

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

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

 span { border-color: rgb(187,114,105); }

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