#BB746E

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

Shades of Contessa #BB746E

Tints of Contessa #BB746E

Color information

#BB746E (or 0xBB746E) is unknown color: approx Contessa. HEX triplet: BB, 74 and 6E. RGB value is (187,116,110). Sum of RGB (Red+Green+Blue) = 187+116+110=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB746E is #448B91. Grayscale: #888888. Windows color (decimal): -4492178 or 7238843. OLE color: 7238843.

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

Color convert

RGB187116110-
CMYK00.380.410.27
HSL4.68º36.15%58.24%-
HSV(B)4.68º41.18%73.33%-
XYZ29.5524.1817.86-
YUV136.54113.02163.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=45.28%
G=28.09%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711611000.380.410.274.6836.1558.24
HexBB746E026291B5243a
Octal273164156046513354472
Binary1011101111101001101110010011010100111011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB746E; }

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

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

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

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

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

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

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

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