Html Css Color HEX #BAB16A Dark Khaki

📋 copy color: '#BAB16A'

red 186 ◦ green 177 ◦ blue 106

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

Shades of Dark Khaki #BAB16A

Tints of Dark Khaki #BAB16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 39.66%
G = 37.74%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BAB16A (or 0xBAB16A) is known color: Dark Khaki. HEX triplet: BA, B1 and 6A. RGB value is (186,177,106). Sum of RGB (Red+Green+Blue) = 186+177+106=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB16A is #454E95. Grayscale: #ABABAB. Windows color (decimal): -4542102 or 6992314. OLE color: 6992314.

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

Color convert

RGB 186 177 106 -
CMYK 0 0.05 0.43 0.27
HSL 53.25º 0.37% 0.57% -
HSV(B) 53.25º 0.43% 0.73% -
XYZ 38.57 42.92 19.89 -
YUV 171.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 186 177 106 0 0.05 0.43 0.27 53.25 0.37 0.57
Hex BA B1 6A 0 5 2B 1B 35 25 39
Octal 272 261 152 0 5 53 33 65 45 71
Binary 10111010 10110001 1101010 0 101 101011 11011 110101 100101 111001

Color Harmonies of #BAB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB16A

Black with #BAB16A

Text Example


Text Example

White with #BAB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB16A; }

 p { color: rgb(186,177,106); }

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

background-color css

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

 a { background-color: rgb(186,177,106); }

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

border-color css

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

 span { border-color: rgb(186,177,106); }

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