#BA7572

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

Shades of Contessa #BA7572

Tints of Contessa #BA7572

Color information

#BA7572 (or 0xBA7572) is unknown color: approx Contessa. HEX triplet: BA, 75 and 72. RGB value is (186,117,114). Sum of RGB (Red+Green+Blue) = 186+117+114=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7572 is #458A8D. Grayscale: #898989. Windows color (decimal): -4557454 or 7501242. OLE color: 7501242.

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

Color convert

RGB186117114-
CMYK00.370.390.27
HSL2.5º34.29%58.82%-
HSV(B)2.5º38.71%72.94%-
XYZ29.6524.3819.06-
YUV137.29114.86162.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=44.60%
G=28.06%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611711400.370.390.272.534.2958.82
HexBA7572025271B3223b
Octal272165162045473334273
Binary101110101110101111001001001011001111101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7572; }

 p { color: rgb(186,117,114); }

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

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

 a { background-color: rgb(186,117,114); }

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

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

 span { border-color: rgb(186,117,114); }

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