#BAB463

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

Shades of Dark Khaki #BAB463

Tints of Dark Khaki #BAB463

Color information

#BAB463 (or 0xBAB463) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 63. RGB value is (186,180,99). Sum of RGB (Red+Green+Blue) = 186+180+99=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB463 is #454B9C. Grayscale: #ACACAC. Windows color (decimal): -4541341 or 6534330. OLE color: 6534330.

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

Color convert

RGB18618099-
CMYK00.030.470.27
HSL55.86º38.67%55.88%-
HSV(B)55.86º46.77%72.94%-
XYZ38.8243.9818.25-
YUV172.5686.49137.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=40%
G=38.71%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861809900.030.470.2755.8638.6755.88
HexBAB463032F1B382738
Octal272264143035733704770
Binary1011101010110100110001101110111111011111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB463; }

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

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

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

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

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

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

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

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