#BB6E6D

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

Shades of Contessa #BB6E6D

Tints of Contessa #BB6E6D

Color information

#BB6E6D (or 0xBB6E6D) is unknown color: approx Contessa. HEX triplet: BB, 6E and 6D. RGB value is (187,110,109). Sum of RGB (Red+Green+Blue) = 187+110+109=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E6D is #449192. Grayscale: #848484. Windows color (decimal): -4493715 or 7171771. OLE color: 7171771.

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

Color convert

RGB187110109-
CMYK00.410.420.27
HSL0.77º36.45%58.04%-
HSV(B)0.77º41.71%73.33%-
XYZ28.8322.8217.35-
YUV132.91114.51166.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=46.06%
G=27.09%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711010900.410.420.270.7736.4558.04
HexBB6E6D0292A1B1243a
Octal273156155051523314472
Binary10111011110111011011010101001101010110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E6D; }

 p { color: rgb(187,110,109); }

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

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

 a { background-color: rgb(187,110,109); }

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

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

 span { border-color: rgb(187,110,109); }

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