Html Css Color HEX #BA996F Fallow

📋 copy color: '#BA996F'

red 186 ◦ green 153 ◦ blue 111

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

Shades of Fallow #BA996F

Tints of Fallow #BA996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34%

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 41.33%
G = 34%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA996F (or 0xBA996F) is known color: Fallow. HEX triplet: BA, 99 and 6F. RGB value is (186,153,111). Sum of RGB (Red+Green+Blue) = 186+153+111=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA996F is #456690. Grayscale: #9E9E9E. Windows color (decimal): -4548241 or 7313850. OLE color: 7313850.

HSL color Cylindrical-coordinate representation of color #BA996F: hue angle of 33.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA996F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 111 -
CMYK 0 0.18 0.40 0.27
HSL 33.6º 0.35% 0.58% -
HSV(B) 33.6º 0.4% 0.73% -
XYZ 34.51 34.37 19.85 -
YUV 158.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 186 153 111 0 0.18 0.40 0.27 33.6 0.35 0.58
Hex BA 99 6F 0 12 28 1B 22 23 3A
Octal 272 231 157 0 22 50 33 42 43 72
Binary 10111010 10011001 1101111 0 10010 101000 11011 100010 100011 111010

Color Harmonies of #BA996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA996F

Black with #BA996F

Text Example


Text Example

White with #BA996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA996F; }

 p { color: rgb(186,153,111); }

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

background-color css

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

 a { background-color: rgb(186,153,111); }

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

border-color css

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

 span { border-color: rgb(186,153,111); }

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