Html Css Color HEX #BAB868 Dark Khaki

📋 copy color: '#BAB868'

red 186 ◦ green 184 ◦ blue 104

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

Shades of Dark Khaki #BAB868

Tints of Dark Khaki #BAB868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 39.24%
G = 38.82%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BAB868 (or 0xBAB868) is known color: Dark Khaki. HEX triplet: BA, B8 and 68. RGB value is (186,184,104). Sum of RGB (Red+Green+Blue) = 186+184+104=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB868 is #454797. Grayscale: #AFAFAF. Windows color (decimal): -4540312 or 6863034. OLE color: 6863034.

HSL color Cylindrical-coordinate representation of color #BAB868: hue angle of 58.54º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAB868 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 104 -
CMYK 0 0.01 0.44 0.27
HSL 58.54º 0.37% 0.57% -
HSV(B) 58.54º 0.44% 0.73% -
XYZ 39.89 45.72 19.82 -
YUV 175.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 186 184 104 0 0.01 0.44 0.27 58.54 0.37 0.57
Hex BA B8 68 0 1 2C 1B 3B 25 39
Octal 272 270 150 0 1 54 33 73 45 71
Binary 10111010 10111000 1101000 0 1 101100 11011 111011 100101 111001

Color Harmonies of #BAB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB868

Black with #BAB868

Text Example


Text Example

White with #BAB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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