#BA6E5B

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

Shades of Contessa #BA6E5B

Tints of Contessa #BA6E5B

Color information

#BA6E5B (or 0xBA6E5B) is unknown color: approx Contessa. HEX triplet: BA, 6E and 5B. RGB value is (186,110,91). Sum of RGB (Red+Green+Blue) = 186+110+91=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E5B is #4591A4. Grayscale: #828282. Windows color (decimal): -4559269 or 5992122. OLE color: 5992122.

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

Color convert

RGB18611091-
CMYK00.410.510.27
HSL12º40.77%54.31%-
HSV(B)12º51.08%72.94%-
XYZ27.7122.3512.75-
YUV130.56105.68167.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=48.06%
G=28.42%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861109100.410.510.271240.7754.31
HexBA6E5B029331Bc2936
Octal2721561330516333145166
Binary10111010110111010110110101001110011110111100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E5B; }

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

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

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

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

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

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

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

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