#BAB471

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

Shades of Dark Khaki #BAB471

Tints of Dark Khaki #BAB471

Color information

#BAB471 (or 0xBAB471) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 71. RGB value is (186,180,113). Sum of RGB (Red+Green+Blue) = 186+180+113=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB471 is #454B8E. Grayscale: #AEAEAE. Windows color (decimal): -4541327 or 7451834. OLE color: 7451834.

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

Color convert

RGB186180113-
CMYK00.030.390.27
HSL55.07º34.6%58.63%-
HSV(B)55.07º39.25%72.94%-
XYZ39.5544.2722.08-
YUV174.1693.49136.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=38.83%
G=37.58%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618011300.030.390.2755.0734.658.63
HexBAB47103271B37233b
Octal272264161034733674373
Binary1011101010110100111000101110011111011110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB471; }

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

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

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

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

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

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

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

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