Html Css Color HEX #BABA6E Dark Khaki

📋 copy color: '#BABA6E'

red 186 ◦ green 186 ◦ blue 110

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

Shades of Dark Khaki #BABA6E

Tints of Dark Khaki #BABA6E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 38.59%
G = 38.59%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BABA6E (or 0xBABA6E) is known color: Dark Khaki. HEX triplet: BA, BA and 6E. RGB value is (186,186,110). Sum of RGB (Red+Green+Blue) = 186+186+110=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA6E is #454591. Grayscale: #B1B1B1. Windows color (decimal): -4539794 or 7256762. OLE color: 7256762.

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

Color convert

RGB 186 186 110 -
CMYK 0 0 0.41 0.27
HSL 60º 0.36% 0.58% -
HSV(B) 60º 0.41% 0.73% -
XYZ 40.62 46.68 21.62 -
YUV 177.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 186 186 110 0 0 0.41 0.27 60 0.36 0.58
Hex BA BA 6E 0 0 29 1B 3C 24 3A
Octal 272 272 156 0 0 51 33 74 44 72
Binary 10111010 10111010 1101110 0 0 101001 11011 111100 100100 111010

Color Harmonies of #BABA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA6E

Black with #BABA6E

Text Example


Text Example

White with #BABA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA6E; }

 p { color: rgb(186,186,110); }

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

background-color css

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

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

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

border-color css

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

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

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