Html Css Color HEX #BAB56F Dark Khaki

📋 copy color: '#BAB56F'

red 186 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #BAB56F

Tints of Dark Khaki #BAB56F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 38.91%
G = 37.87%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BAB56F (or 0xBAB56F) is known color: Dark Khaki. HEX triplet: BA, B5 and 6F. RGB value is (186,181,111). Sum of RGB (Red+Green+Blue) = 186+181+111=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB56F is #454A90. Grayscale: #AEAEAE. Windows color (decimal): -4541073 or 7321018. OLE color: 7321018.

HSL color Cylindrical-coordinate representation of color #BAB56F: hue angle of 56º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB56F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 111 -
CMYK 0 0.03 0.40 0.27
HSL 56º 0.35% 0.58% -
HSV(B) 56º 0.4% 0.73% -
XYZ 39.64 44.63 21.56 -
YUV 174.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 186 181 111 0 0.03 0.40 0.27 56 0.35 0.58
Hex BA B5 6F 0 3 28 1B 38 23 3A
Octal 272 265 157 0 3 50 33 70 43 72
Binary 10111010 10110101 1101111 0 11 101000 11011 111000 100011 111010

Color Harmonies of #BAB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB56F

Black with #BAB56F

Text Example


Text Example

White with #BAB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB56F; }

 p { color: rgb(186,181,111); }

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

background-color css

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

 a { background-color: rgb(186,181,111); }

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

border-color css

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

 span { border-color: rgb(186,181,111); }

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