#BDAE70

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

Shades of Dark Khaki #BDAE70

Tints of Dark Khaki #BDAE70

Color information

#BDAE70 (or 0xBDAE70) is unknown color: approx Dark Khaki. HEX triplet: BD, AE and 70. RGB value is (189,174,112). Sum of RGB (Red+Green+Blue) = 189+174+112=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE70 is #42518F. Grayscale: #ABABAB. Windows color (decimal): -4346256 or 7384765. OLE color: 7384765.

HSL color Cylindrical-coordinate representation of color #BDAE70: hue angle of 48.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDAE70 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189174112-
CMYK00.080.410.26
HSL48.31º36.84%59.02%-
HSV(B)48.31º40.74%74.12%-
XYZ39.0542.2621.43-
YUV171.4294.47140.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=39.79%
G=36.63%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917411200.080.410.2648.3136.8459.02
HexBDAE7008291A30253b
Octal2752561600105132604573
Binary101111011010111011100000100010100111010110000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE70; }

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

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

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

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

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

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

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

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