#bb746c

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

Shades of Contessa #BB746C

Tints of Contessa #BB746C

Color information

#BB746C (or 0xBB746C) is unknown color: approx Contessa. HEX triplet: BB, 74 and 6C. RGB value is (187,116,108). Sum of RGB (Red+Green+Blue) = 187+116+108=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB746C is #448B93. Grayscale: #888888. Windows color (decimal): -4492180 or 7107771. OLE color: 7107771.

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

Color convert

RGB187116108-
CMYK00.380.420.27
HSL6.08º36.74%57.84%-
HSV(B)6.08º42.25%73.33%-
XYZ29.4524.1417.29-
YUV136.32112.02164.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=45.50%
G=28.22%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711610800.380.420.276.0836.7457.84
HexBB746C0262A1B6253a
Octal273164154046523364572
Binary1011101111101001101100010011010101011011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb746c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb746c; }

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

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

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

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

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

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

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

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