Html Css Color HEX #BAB57A Dark Khaki

📋 copy color: '#BAB57A'

red 186 ◦ green 181 ◦ blue 122

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

Shades of Dark Khaki #BAB57A

Tints of Dark Khaki #BAB57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.95%

R = 38.04%
G = 37.01%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB57A (or 0xBAB57A) is known color: Dark Khaki. HEX triplet: BA, B5 and 7A. RGB value is (186,181,122). Sum of RGB (Red+Green+Blue) = 186+181+122=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57A is #454A85. Grayscale: #B0B0B0. Windows color (decimal): -4541062 or 8041914. OLE color: 8041914.

HSL color Cylindrical-coordinate representation of color #BAB57A: hue angle of 55.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB57A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 122 -
CMYK 0 0.03 0.34 0.27
HSL 55.31º 0.32% 0.6% -
HSV(B) 55.31º 0.34% 0.73% -
XYZ 40.29 44.89 24.95 -
YUV 175.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 186 181 122 0 0.03 0.34 0.27 55.31 0.32 0.6
Hex BA B5 7A 0 3 22 1B 37 20 3C
Octal 272 265 172 0 3 42 33 67 40 74
Binary 10111010 10110101 1111010 0 11 100010 11011 110111 100000 111100

Color Harmonies of #BAB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB57A

Black with #BAB57A

Text Example


Text Example

White with #BAB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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