Html Css Color HEX #BAB26D Dark Khaki

📋 copy color: '#BAB26D'

red 186 ◦ green 178 ◦ blue 109

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

Shades of Dark Khaki #BAB26D

Tints of Dark Khaki #BAB26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

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

R = 39.32%
G = 37.63%
B = 23.04%

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

#BAB26D (or 0xBAB26D) is known color: Dark Khaki. HEX triplet: BA, B2 and 6D. RGB value is (186,178,109). Sum of RGB (Red+Green+Blue) = 186+178+109=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB26D is #454D92. Grayscale: #ACACAC. Windows color (decimal): -4541843 or 7189178. OLE color: 7189178.

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

Color convert

RGB 186 178 109 -
CMYK 0 0.04 0.41 0.27
HSL 53.77º 0.36% 0.58% -
HSV(B) 53.77º 0.41% 0.73% -
XYZ 38.93 43.38 20.79 -
YUV 172.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 186 178 109 0 0.04 0.41 0.27 53.77 0.36 0.58
Hex BA B2 6D 0 4 29 1B 36 24 3A
Octal 272 262 155 0 4 51 33 66 44 72
Binary 10111010 10110010 1101101 0 100 101001 11011 110110 100100 111010

Color Harmonies of #BAB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB26D

Black with #BAB26D

Text Example


Text Example

White with #BAB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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