#BDAF71

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

Shades of Dark Khaki #BDAF71

Tints of Dark Khaki #BDAF71

Color information

#BDAF71 (or 0xBDAF71) is unknown color: approx Dark Khaki. HEX triplet: BD, AF and 71. RGB value is (189,175,113). Sum of RGB (Red+Green+Blue) = 189+175+113=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF71 is #42508E. Grayscale: #ACACAC. Windows color (decimal): -4345999 or 7450557. OLE color: 7450557.

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

Color convert

RGB189175113-
CMYK00.070.400.26
HSL48.95º36.54%59.22%-
HSV(B)48.95º40.21%74.12%-
XYZ39.342.6721.79-
YUV172.1294.64140.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=39.62%
G=36.69%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917511300.070.400.2648.9536.5459.22
HexBDAF7107281A31253b
Octal275257161075032614573
Binary10111101101011111110001011110100011010110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF71; }

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

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

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

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

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

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

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

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