#BA6A69

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

Shades of Contessa #BA6A69

Tints of Contessa #BA6A69

Color information

#BA6A69 (or 0xBA6A69) is unknown color: approx Contessa. HEX triplet: BA, 6A and 69. RGB value is (186,106,105). Sum of RGB (Red+Green+Blue) = 186+106+105=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A69 is #459596. Grayscale: #818181. Windows color (decimal): -4560279 or 6908602. OLE color: 6908602.

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

Color convert

RGB186106105-
CMYK00.430.440.27
HSL0.74º36.99%57.06%-
HSV(B)0.74º43.55%72.94%-
XYZ27.9521.7716.09-
YUV129.81114168.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=46.85%
G=26.70%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610610500.430.440.270.7436.9957.06
HexBA6A6902B2C1B12539
Octal272152151053543314571
Binary10111010110101011010010101011101100110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A69; }

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

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

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

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

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

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

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

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