Html Css Color HEX #BAB36D Dark Khaki

📋 copy color: '#BAB36D'

red 186 ◦ green 179 ◦ blue 109

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

Shades of Dark Khaki #BAB36D

Tints of Dark Khaki #BAB36D

RGB

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

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

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

R = 39.24%
G = 37.76%
B = 23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAB36D (or 0xBAB36D) is known color: Dark Khaki. HEX triplet: BA, B3 and 6D. RGB value is (186,179,109). Sum of RGB (Red+Green+Blue) = 186+179+109=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB36D is #454C92. Grayscale: #ADADAD. Windows color (decimal): -4541587 or 7189434. OLE color: 7189434.

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

Color convert

RGB 186 179 109 -
CMYK 0 0.04 0.41 0.27
HSL 54.55º 0.36% 0.58% -
HSV(B) 54.55º 0.41% 0.73% -
XYZ 39.13 43.78 20.86 -
YUV 173.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 186 179 109 0 0.04 0.41 0.27 54.55 0.36 0.58
Hex BA B3 6D 0 4 29 1B 37 24 3A
Octal 272 263 155 0 4 51 33 67 44 72
Binary 10111010 10110011 1101101 0 100 101001 11011 110111 100100 111010

Color Harmonies of #BAB36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB36D

Black with #BAB36D

Text Example


Text Example

White with #BAB36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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