Html Css Color HEX #BAB36F Dark Khaki

📋 copy color: '#BAB36F'

red 186 ◦ green 179 ◦ blue 111

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

Shades of Dark Khaki #BAB36F

Tints of Dark Khaki #BAB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

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

R = 39.08%
G = 37.61%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAB36F (or 0xBAB36F) is known color: Dark Khaki. HEX triplet: BA, B3 and 6F. RGB value is (186,179,111). Sum of RGB (Red+Green+Blue) = 186+179+111=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB36F is #454C90. Grayscale: #ADADAD. Windows color (decimal): -4541585 or 7320506. OLE color: 7320506.

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

Color convert

RGB 186 179 111 -
CMYK 0 0.04 0.40 0.27
HSL 54.4º 0.35% 0.58% -
HSV(B) 54.4º 0.4% 0.73% -
XYZ 39.24 43.83 21.43 -
YUV 173.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 186 179 111 0 0.04 0.40 0.27 54.4 0.35 0.58
Hex BA B3 6F 0 4 28 1B 36 23 3A
Octal 272 263 157 0 4 50 33 66 43 72
Binary 10111010 10110011 1101111 0 100 101000 11011 110110 100011 111010

Color Harmonies of #BAB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB36F

Black with #BAB36F

Text Example


Text Example

White with #BAB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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