#BA7A6B

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

Shades of Contessa #BA7A6B

Tints of Contessa #BA7A6B

Color information

#BA7A6B (or 0xBA7A6B) is unknown color: approx Contessa. HEX triplet: BA, 7A and 6B. RGB value is (186,122,107). Sum of RGB (Red+Green+Blue) = 186+122+107=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A6B is #458594. Grayscale: #8B8B8B. Windows color (decimal): -4556181 or 7043770. OLE color: 7043770.

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

Color convert

RGB186122107-
CMYK00.340.420.27
HSL11.39º36.41%57.45%-
HSV(B)11.39º42.47%72.94%-
XYZ29.8625.4217.24-
YUV139.43109.7161.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=44.82%
G=29.40%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612210700.340.420.2711.3936.4157.45
HexBA7A6B0222A1Bb2439
Octal2721721530425233134471
Binary10111010111101011010110100010101010110111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A6B; }

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

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

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

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

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

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

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

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