#BA9B6B

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

Shades of Fallow #BA9B6B

Tints of Fallow #BA9B6B

Color information

#BA9B6B (or 0xBA9B6B) is unknown color: approx Fallow. HEX triplet: BA, 9B and 6B. RGB value is (186,155,107). Sum of RGB (Red+Green+Blue) = 186+155+107=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B6B is #456494. Grayscale: #9F9F9F. Windows color (decimal): -4547733 or 7052218. OLE color: 7052218.

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

Color convert

RGB186155107-
CMYK00.170.420.27
HSL36.46º36.41%57.45%-
HSV(B)36.46º42.47%72.94%-
XYZ34.6234.9418.83-
YUV158.898.77147.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 107 (42.19% from 255) = 23.88%
R=41.52%
G=34.60%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615510700.170.420.2736.4636.4157.45
HexBA9B6B0112A1B242439
Octal2722331530215233444471
Binary1011101010011011110101101000110101011011100100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B6B; }

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

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

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

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

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

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

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

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