#BA7B64

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

Shades of Contessa #BA7B64

Tints of Contessa #BA7B64

Color information

#BA7B64 (or 0xBA7B64) is unknown color: approx Contessa. HEX triplet: BA, 7B and 64. RGB value is (186,123,100). Sum of RGB (Red+Green+Blue) = 186+123+100=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B64 is #45849B. Grayscale: #8B8B8B. Windows color (decimal): -4555932 or 6585274. OLE color: 6585274.

HSL color Cylindrical-coordinate representation of color #BA7B64: hue angle of 16.05º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7B64 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186123100-
CMYK00.340.460.27
HSL16.05º38.39%56.08%-
HSV(B)16.05º46.24%72.94%-
XYZ29.6325.5315.42-
YUV139.22105.87161.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 100 (39.45% from 255) = 24.45%
R=45.48%
G=30.07%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612310000.340.460.2716.0538.3956.08
HexBA7B640222E1B102638
Octal2721731440425633204670
Binary101110101111011110010001000101011101101110000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B64; }

 p { color: rgb(186,123,100); }

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

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

 a { background-color: rgb(186,123,100); }

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

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

 span { border-color: rgb(186,123,100); }

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