#BFAE70

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

Shades of Dark Khaki #BFAE70

Tints of Dark Khaki #BFAE70

Color information

#BFAE70 (or 0xBFAE70) is unknown color: approx Dark Khaki. HEX triplet: BF, AE and 70. RGB value is (191,174,112). Sum of RGB (Red+Green+Blue) = 191+174+112=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE70 is #40518F. Grayscale: #ACACAC. Windows color (decimal): -4215184 or 7384767. OLE color: 7384767.

HSL color Cylindrical-coordinate representation of color #BFAE70: hue angle of 47.09º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFAE70 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191174112-
CMYK00.090.410.25
HSL47.09º38.16%59.41%-
HSV(B)47.09º41.36%74.9%-
XYZ39.5542.5221.45-
YUV172.0294.13141.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=40.04%
G=36.48%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117411200.090.410.2547.0938.1659.41
HexBFAE700929192f263b
Octal2772561600115131574673
Binary101111111010111011100000100110100111001101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE70; }

 p { color: rgb(191,174,112); }

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

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

 a { background-color: rgb(191,174,112); }

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

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

 span { border-color: rgb(191,174,112); }

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