#BB7372

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

Shades of Contessa #BB7372

Tints of Contessa #BB7372

Color information

#BB7372 (or 0xBB7372) is unknown color: approx Contessa. HEX triplet: BB, 73 and 72. RGB value is (187,115,114). Sum of RGB (Red+Green+Blue) = 187+115+114=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7372 is #448C8D. Grayscale: #888888. Windows color (decimal): -4492430 or 7500731. OLE color: 7500731.

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

Color convert

RGB187115114-
CMYK00.390.390.27
HSL0.82º34.93%59.02%-
HSV(B)0.82º39.04%73.33%-
XYZ29.6624.0419-
YUV136.41115.35164.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=44.95%
G=27.64%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711511400.390.390.270.8234.9359.02
HexBB7372027271B1233b
Octal273163162047473314373
Binary10111011111001111100100100111100111110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7372; }

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

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

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

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

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

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

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

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