#BA7A6D

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

Shades of Contessa #BA7A6D

Tints of Contessa #BA7A6D

Color information

#BA7A6D (or 0xBA7A6D) is unknown color: approx Contessa. HEX triplet: BA, 7A and 6D. RGB value is (186,122,109). Sum of RGB (Red+Green+Blue) = 186+122+109=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A6D is #458592. Grayscale: #8B8B8B. Windows color (decimal): -4556179 or 7174842. OLE color: 7174842.

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

Color convert

RGB186122109-
CMYK00.340.410.27
HSL10.13º35.81%57.84%-
HSV(B)10.13º41.4%72.94%-
XYZ29.9725.4617.8-
YUV139.65110.7161.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=44.60%
G=29.26%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612210900.340.410.2710.1335.8157.84
HexBA7A6D022291Ba243a
Octal2721721550425133124472
Binary10111010111101011011010100010101001110111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A6D; }

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

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

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

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

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

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

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

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