Html Css Color HEX #BAA071 Fallow

📋 copy color: '#BAA071'

red 186 ◦ green 160 ◦ blue 113

#BAA071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fallow #BAA071

Tints of Fallow #BAA071

RGB

 RED value IS 186 (73.05% from 255) = 40.52%

 GREEN value IS 160 (62.89% from 255) = 34.86%

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 40.52%
G = 34.86%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BAA071 (or 0xBAA071) is known color: Fallow. HEX triplet: BA, A0 and 71. RGB value is (186,160,113). Sum of RGB (Red+Green+Blue) = 186+160+113=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA071 is #455F8E. Grayscale: #A2A2A2. Windows color (decimal): -4546447 or 7446714. OLE color: 7446714.

HSL color Cylindrical-coordinate representation of color #BAA071: hue angle of 38.63º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAA071 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 113 -
CMYK 0 0.14 0.39 0.27
HSL 38.63º 0.35% 0.59% -
HSV(B) 38.63º 0.39% 0.73% -
XYZ 35.8 36.77 20.83 -
YUV 162.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 186 160 113 0 0.14 0.39 0.27 38.63 0.35 0.59
Hex BA A0 71 0 E 27 1B 27 23 3B
Octal 272 240 161 0 16 47 33 47 43 73
Binary 10111010 10100000 1110001 0 1110 100111 11011 100111 100011 111011

Color Harmonies of #BAA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA071

Black with #BAA071

Text Example


Text Example

White with #BAA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA071; }

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

 H1.HeaderClassName
 {
   color: #BAA071;
 }
 .AnyTagClassName
 {
   color: #BAA071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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