#BAB475

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

Shades of Dark Khaki #BAB475

Tints of Dark Khaki #BAB475

Color information

#BAB475 (or 0xBAB475) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 75. RGB value is (186,180,117). Sum of RGB (Red+Green+Blue) = 186+180+117=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB475 is #454B8A. Grayscale: #AEAEAE. Windows color (decimal): -4541323 or 7713978. OLE color: 7713978.

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

Color convert

RGB186180117-
CMYK00.030.370.27
HSL54.78º33.33%59.41%-
HSV(B)54.78º37.1%72.94%-
XYZ39.7844.3723.3-
YUV174.6195.49136.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=38.51%
G=37.27%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618011700.030.370.2754.7833.3359.41
HexBAB47503251B37213b
Octal272264165034533674173
Binary1011101010110100111010101110010111011110111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB475; }

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

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

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

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

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

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

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

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