Html Css Color HEX #BAB86D Dark Khaki

📋 copy color: '#BAB86D'

red 186 ◦ green 184 ◦ blue 109

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

Shades of Dark Khaki #BAB86D

Tints of Dark Khaki #BAB86D

RGB

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

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

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

R = 38.83%
G = 38.41%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAB86D (or 0xBAB86D) is known color: Dark Khaki. HEX triplet: BA, B8 and 6D. RGB value is (186,184,109). Sum of RGB (Red+Green+Blue) = 186+184+109=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB86D is #454792. Grayscale: #B0B0B0. Windows color (decimal): -4540307 or 7190714. OLE color: 7190714.

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

Color convert

RGB 186 184 109 -
CMYK 0 0.01 0.41 0.27
HSL 58.44º 0.36% 0.58% -
HSV(B) 58.44º 0.41% 0.73% -
XYZ 40.15 45.82 21.2 -
YUV 176.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 186 184 109 0 0.01 0.41 0.27 58.44 0.36 0.58
Hex BA B8 6D 0 1 29 1B 3A 24 3A
Octal 272 270 155 0 1 51 33 72 44 72
Binary 10111010 10111000 1101101 0 1 101001 11011 111010 100100 111010

Color Harmonies of #BAB86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB86D

Black with #BAB86D

Text Example


Text Example

White with #BAB86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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