#BAA06B

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

Shades of Fallow #BAA06B

Tints of Fallow #BAA06B

Color information

#BAA06B (or 0xBAA06B) is unknown color: approx Fallow. HEX triplet: BA, A0 and 6B. RGB value is (186,160,107). Sum of RGB (Red+Green+Blue) = 186+160+107=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA06B is #455F94. Grayscale: #A1A1A1. Windows color (decimal): -4546453 or 7053498. OLE color: 7053498.

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

Color convert

RGB186160107-
CMYK00.140.420.27
HSL40.25º36.41%57.45%-
HSV(B)40.25º42.47%72.94%-
XYZ35.4736.6419.11-
YUV161.7397.11145.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=41.06%
G=35.32%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616010700.140.420.2740.2536.4157.45
HexBAA06B0E2A1B282439
Octal2722401530165233504471
Binary101110101010000011010110111010101011011101000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA06B; }

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

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

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

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

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

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

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

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