Html Css Color HEX #BAB66F Dark Khaki

📋 copy color: '#BAB66F'

red 186 ◦ green 182 ◦ blue 111

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

Shades of Dark Khaki #BAB66F

Tints of Dark Khaki #BAB66F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38%

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

R = 38.83%
G = 38%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAB66F (or 0xBAB66F) is known color: Dark Khaki. HEX triplet: BA, B6 and 6F. RGB value is (186,182,111). Sum of RGB (Red+Green+Blue) = 186+182+111=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB66F is #454990. Grayscale: #AFAFAF. Windows color (decimal): -4540817 or 7321274. OLE color: 7321274.

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

Color convert

RGB 186 182 111 -
CMYK 0 0.02 0.40 0.27
HSL 56.8º 0.35% 0.58% -
HSV(B) 56.8º 0.4% 0.73% -
XYZ 39.85 45.04 21.63 -
YUV 175.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 186 182 111 0 0.02 0.40 0.27 56.8 0.35 0.58
Hex BA B6 6F 0 2 28 1B 39 23 3A
Octal 272 266 157 0 2 50 33 71 43 72
Binary 10111010 10110110 1101111 0 10 101000 11011 111001 100011 111010

Color Harmonies of #BAB66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB66F

Black with #BAB66F

Text Example


Text Example

White with #BAB66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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