Html Css Color HEX #BAB86F Dark Khaki

📋 copy color: '#BAB86F'

red 186 ◦ green 184 ◦ blue 111

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

Shades of Dark Khaki #BAB86F

Tints of Dark Khaki #BAB86F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.25%

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

R = 38.67%
G = 38.25%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAB86F (or 0xBAB86F) is known color: Dark Khaki. HEX triplet: BA, B8 and 6F. RGB value is (186,184,111). Sum of RGB (Red+Green+Blue) = 186+184+111=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB86F is #454790. Grayscale: #B0B0B0. Windows color (decimal): -4540305 or 7321786. OLE color: 7321786.

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

Color convert

RGB 186 184 111 -
CMYK 0 0.01 0.40 0.27
HSL 58.4º 0.35% 0.58% -
HSV(B) 58.4º 0.4% 0.73% -
XYZ 40.26 45.87 21.77 -
YUV 176.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 186 184 111 0 0.01 0.40 0.27 58.4 0.35 0.58
Hex BA B8 6F 0 1 28 1B 3A 23 3A
Octal 272 270 157 0 1 50 33 72 43 72
Binary 10111010 10111000 1101111 0 1 101000 11011 111010 100011 111010

Color Harmonies of #BAB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB86F

Black with #BAB86F

Text Example


Text Example

White with #BAB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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