#BDAF6F

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

Shades of Dark Khaki #BDAF6F

Tints of Dark Khaki #BDAF6F

Color information

#BDAF6F (or 0xBDAF6F) is unknown color: approx Dark Khaki. HEX triplet: BD, AF and 6F. RGB value is (189,175,111). Sum of RGB (Red+Green+Blue) = 189+175+111=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF6F is #425090. Grayscale: #ACACAC. Windows color (decimal): -4346001 or 7319485. OLE color: 7319485.

HSL color Cylindrical-coordinate representation of color #BDAF6F: hue angle of 49.23º 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 #BDAF6F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189175111-
CMYK00.070.410.26
HSL49.23º37.14%58.82%-
HSV(B)49.23º41.27%74.12%-
XYZ39.1942.6321.2-
YUV171.8993.64140.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=39.79%
G=36.84%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917511100.070.410.2649.2337.1458.82
HexBDAF6F07291A31253b
Octal275257157075132614573
Binary10111101101011111101111011110100111010110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF6F; }

 p { color: rgb(189,175,111); }

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

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

 a { background-color: rgb(189,175,111); }

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

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

 span { border-color: rgb(189,175,111); }

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