#BA786D

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

Shades of Contessa #BA786D

Tints of Contessa #BA786D

Color information

#BA786D (or 0xBA786D) is unknown color: approx Contessa. HEX triplet: BA, 78 and 6D. RGB value is (186,120,109). Sum of RGB (Red+Green+Blue) = 186+120+109=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA786D is #458792. Grayscale: #8A8A8A. Windows color (decimal): -4556691 or 7174330. OLE color: 7174330.

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

Color convert

RGB186120109-
CMYK00.350.410.27
HSL8.57º35.81%57.84%-
HSV(B)8.57º41.4%72.94%-
XYZ29.7324.9817.72-
YUV138.48111.37161.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=44.82%
G=28.92%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612010900.350.410.278.5735.8157.84
HexBA786D023291B9243a
Octal2721701550435133114472
Binary10111010111100011011010100011101001110111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA786D; }

 p { color: rgb(186,120,109); }

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

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

 a { background-color: rgb(186,120,109); }

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

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

 span { border-color: rgb(186,120,109); }

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