#ba725f

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

Shades of Contessa #BA725F

Tints of Contessa #BA725F

Color information

#BA725F (or 0xBA725F) is unknown color: approx Contessa. HEX triplet: BA, 72 and 5F. RGB value is (186,114,95). Sum of RGB (Red+Green+Blue) = 186+114+95=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA725F is #458DA0. Grayscale: #858585. Windows color (decimal): -4558241 or 6255290. OLE color: 6255290.

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

Color convert

RGB18611495-
CMYK00.390.490.27
HSL12.53º39.74%55.1%-
HSV(B)12.53º48.92%72.94%-
XYZ28.3323.313.83-
YUV133.36106.35165.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=47.09%
G=28.86%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861149500.390.490.2712.5339.7455.1
HexBA725F027311Bd2837
Octal2721621370476133155067
Binary10111010111001010111110100111110001110111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba725f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba725f; }

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

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

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

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

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

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

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

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