#BAB371

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

Shades of Dark Khaki #BAB371

Tints of Dark Khaki #BAB371

Color information

#BAB371 (or 0xBAB371) is unknown color: approx Dark Khaki. HEX triplet: BA, B3 and 71. RGB value is (186,179,113). Sum of RGB (Red+Green+Blue) = 186+179+113=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB371 is #454C8E. Grayscale: #ADADAD. Windows color (decimal): -4541583 or 7451578. OLE color: 7451578.

HSL color Cylindrical-coordinate representation of color #BAB371: hue angle of 54.25º 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 #BAB371 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186179113-
CMYK00.040.390.27
HSL54.25º34.6%58.63%-
HSV(B)54.25º39.25%72.94%-
XYZ39.3543.8722.02-
YUV173.5793.82136.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=38.91%
G=37.45%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617911300.040.390.2754.2534.658.63
HexBAB37104271B36233b
Octal272263161044733664373
Binary10111010101100111110001010010011111011110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB371; }

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

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

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

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

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

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

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

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