Html Css Color HEX #BAB46D Dark Khaki

📋 copy color: '#BAB46D'

red 186 ◦ green 180 ◦ blue 109

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

Shades of Dark Khaki #BAB46D

Tints of Dark Khaki #BAB46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.89%

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

R = 39.16%
G = 37.89%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BAB46D (or 0xBAB46D) is known color: Dark Khaki. HEX triplet: BA, B4 and 6D. RGB value is (186,180,109). Sum of RGB (Red+Green+Blue) = 186+180+109=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB46D is #454B92. Grayscale: #ADADAD. Windows color (decimal): -4541331 or 7189690. OLE color: 7189690.

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

Color convert

RGB 186 180 109 -
CMYK 0 0.03 0.41 0.27
HSL 55.32º 0.36% 0.58% -
HSV(B) 55.32º 0.41% 0.73% -
XYZ 39.33 44.19 20.92 -
YUV 173.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 186 180 109 0 0.03 0.41 0.27 55.32 0.36 0.58
Hex BA B4 6D 0 3 29 1B 37 24 3A
Octal 272 264 155 0 3 51 33 67 44 72
Binary 10111010 10110100 1101101 0 11 101001 11011 110111 100100 111010

Color Harmonies of #BAB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB46D

Black with #BAB46D

Text Example


Text Example

White with #BAB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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