#BAB474

Color #BAB474 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BAB474

Tints of Dark Khaki #BAB474

Color information

#BAB474 (or 0xBAB474) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 74. RGB value is (186,180,116). Sum of RGB (Red+Green+Blue) = 186+180+116=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB474 is #454B8B. Grayscale: #AEAEAE. Windows color (decimal): -4541324 or 7648442. OLE color: 7648442.

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

Color convert

RGB186180116-
CMYK00.030.380.27
HSL54.86º33.65%59.22%-
HSV(B)54.86º37.63%72.94%-
XYZ39.7244.3422.99-
YUV174.594.99136.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=38.59%
G=37.34%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618011600.030.380.2754.8633.6559.22
HexBAB47403261B37223b
Octal272264164034633674273
Binary1011101010110100111010001110011011011110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB474; }

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

 H1.HeaderClassName
 {
   color: #BAB474;
 }
 .AnyTagClassName
 {
   color: #BAB474;
 }
</style>
background-color css

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

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

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

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

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

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