#BA6A60

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

Shades of Contessa #BA6A60

Tints of Contessa #BA6A60

Color information

#BA6A60 (or 0xBA6A60) is unknown color: approx Contessa. HEX triplet: BA, 6A and 60. RGB value is (186,106,96). Sum of RGB (Red+Green+Blue) = 186+106+96=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6A60 is #45959F. Grayscale: #808080. Windows color (decimal): -4560288 or 6318778. OLE color: 6318778.

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

Color convert

RGB18610696-
CMYK00.430.480.27
HSL6.67º39.47%55.29%-
HSV(B)6.67º48.39%72.94%-
XYZ27.5221.5913.78-
YUV128.78109.5168.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=47.94%
G=27.32%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861069600.430.480.276.6739.4755.29
HexBA6A6002B301B72737
Octal272152140053603374767
Binary1011101011010101100000010101111000011011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A60; }

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

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

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

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

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

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

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

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