Html Css Color HEX #BA996D Fallow

📋 copy color: '#BA996D'

red 186 ◦ green 153 ◦ blue 109

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

Shades of Fallow #BA996D

Tints of Fallow #BA996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 41.52%
G = 34.15%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA996D (or 0xBA996D) is known color: Fallow. HEX triplet: BA, 99 and 6D. RGB value is (186,153,109). Sum of RGB (Red+Green+Blue) = 186+153+109=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA996D is #456692. Grayscale: #9E9E9E. Windows color (decimal): -4548243 or 7182778. OLE color: 7182778.

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

Color convert

RGB 186 153 109 -
CMYK 0 0.18 0.41 0.27
HSL 34.29º 0.36% 0.58% -
HSV(B) 34.29º 0.41% 0.73% -
XYZ 34.4 34.33 19.28 -
YUV 157.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 186 153 109 0 0.18 0.41 0.27 34.29 0.36 0.58
Hex BA 99 6D 0 12 29 1B 22 24 3A
Octal 272 231 155 0 22 51 33 42 44 72
Binary 10111010 10011001 1101101 0 10010 101001 11011 100010 100100 111010

Color Harmonies of #BA996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA996D

Black with #BA996D

Text Example


Text Example

White with #BA996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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