#BA6E69

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

Shades of Contessa #BA6E69

Tints of Contessa #BA6E69

Color information

#BA6E69 (or 0xBA6E69) is unknown color: approx Contessa. HEX triplet: BA, 6E and 69. RGB value is (186,110,105). Sum of RGB (Red+Green+Blue) = 186+110+105=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E69 is #459196. Grayscale: #848484. Windows color (decimal): -4559255 or 6909626. OLE color: 6909626.

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

Color convert

RGB186110105-
CMYK00.410.440.27
HSL3.7º36.99%57.06%-
HSV(B)3.7º43.55%72.94%-
XYZ28.3822.6116.23-
YUV132.15112.68166.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=46.38%
G=27.43%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611010500.410.440.273.736.9957.06
HexBA6E690292C1B42539
Octal272156151051543344571
Binary1011101011011101101001010100110110011011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E69; }

 p { color: rgb(186,110,105); }

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

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

 a { background-color: rgb(186,110,105); }

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

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

 span { border-color: rgb(186,110,105); }

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