#BDAF6D

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

Shades of Dark Khaki #BDAF6D

Tints of Dark Khaki #BDAF6D

Color information

#BDAF6D (or 0xBDAF6D) is unknown color: approx Dark Khaki. HEX triplet: BD, AF and 6D. RGB value is (189,175,109). Sum of RGB (Red+Green+Blue) = 189+175+109=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF6D is #425092. Grayscale: #ABABAB. Windows color (decimal): -4346003 or 7188413. OLE color: 7188413.

HSL color Cylindrical-coordinate representation of color #BDAF6D: hue angle of 49.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDAF6D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189175109-
CMYK00.070.420.26
HSL49.5º37.74%58.43%-
HSV(B)49.5º42.33%74.12%-
XYZ39.0842.5820.63-
YUV171.6692.64140.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=39.96%
G=37.00%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917510900.070.420.2649.537.7458.43
HexBDAF6D072A1A32263a
Octal275257155075232624672
Binary10111101101011111101101011110101011010110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF6D; }

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

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

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

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

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

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

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

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