#BA726D

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

Shades of Contessa #BA726D

Tints of Contessa #BA726D

Color information

#BA726D (or 0xBA726D) is unknown color: approx Contessa. HEX triplet: BA, 72 and 6D. RGB value is (186,114,109). Sum of RGB (Red+Green+Blue) = 186+114+109=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA726D is #458D92. Grayscale: #878787. Windows color (decimal): -4558227 or 7172794. OLE color: 7172794.

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

Color convert

RGB186114109-
CMYK00.390.410.27
HSL3.9º35.81%57.84%-
HSV(B)3.9º41.4%72.94%-
XYZ29.0323.5817.49-
YUV134.96113.35164.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=45.48%
G=27.87%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611410900.390.410.273.935.8157.84
HexBA726D027291B4243a
Octal272162155047513344472
Binary1011101011100101101101010011110100111011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA726D; }

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

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

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

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

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

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

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

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