#BAB772

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

Shades of Dark Khaki #BAB772

Tints of Dark Khaki #BAB772

Color information

#BAB772 (or 0xBAB772) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 72. RGB value is (186,183,114). Sum of RGB (Red+Green+Blue) = 186+183+114=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB772 is #45488D. Grayscale: #B0B0B0. Windows color (decimal): -4540558 or 7518138. OLE color: 7518138.

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

Color convert

RGB186183114-
CMYK00.020.390.27
HSL57.5º34.29%58.82%-
HSV(B)57.5º38.71%72.94%-
XYZ40.2245.5222.59-
YUV176.0392.99135.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=38.51%
G=37.89%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618311400.020.390.2757.534.2958.82
HexBAB77202271B3a223b
Octal272267162024733724273
Binary1011101010110111111001001010011111011111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB772; }

 p { color: rgb(186,183,114); }

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

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

 a { background-color: rgb(186,183,114); }

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

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

 span { border-color: rgb(186,183,114); }

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