#BB746B

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

Shades of Contessa #BB746B

Tints of Contessa #BB746B

Color information

#BB746B (or 0xBB746B) is unknown color: approx Contessa. HEX triplet: BB, 74 and 6B. RGB value is (187,116,107). Sum of RGB (Red+Green+Blue) = 187+116+107=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB746B is #448B94. Grayscale: #888888. Windows color (decimal): -4492181 or 7042235. OLE color: 7042235.

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

Color convert

RGB187116107-
CMYK00.380.430.27
HSL6.75º37.04%57.65%-
HSV(B)6.75º42.78%73.33%-
XYZ29.3924.1217.02-
YUV136.2111.52164.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=45.61%
G=28.29%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711610700.380.430.276.7537.0457.65
HexBB746B0262B1B7253a
Octal273164153046533374572
Binary1011101111101001101011010011010101111011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB746B; }

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

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

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

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

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

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

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

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