#BAB271

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

Shades of Dark Khaki #BAB271

Tints of Dark Khaki #BAB271

Color information

#BAB271 (or 0xBAB271) is unknown color: approx Dark Khaki. HEX triplet: BA, B2 and 71. RGB value is (186,178,113). Sum of RGB (Red+Green+Blue) = 186+178+113=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB271 is #454D8E. Grayscale: #ADADAD. Windows color (decimal): -4541839 or 7451322. OLE color: 7451322.

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

Color convert

RGB186178113-
CMYK00.040.390.27
HSL53.42º34.6%58.63%-
HSV(B)53.42º39.25%72.94%-
XYZ39.1543.4721.95-
YUV172.9894.15137.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=38.99%
G=37.32%
B=23.69%

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
Decimal18617811300.040.390.2753.4234.658.63
HexBAB27104271B35233b
Octal272262161044733654373
Binary10111010101100101110001010010011111011110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB271; }

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

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

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

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

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

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

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

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