#BDBF71

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

Shades of Dark Khaki #BDBF71

Tints of Dark Khaki #BDBF71

Color information

#BDBF71 (or 0xBDBF71) is unknown color: approx Dark Khaki. HEX triplet: BD, BF and 71. RGB value is (189,191,113). Sum of RGB (Red+Green+Blue) = 189+191+113=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF71 is #42408E. Grayscale: #B5B5B5. Windows color (decimal): -4341903 or 7454653. OLE color: 7454653.

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

Color convert

RGB189191113-
CMYK0.0100.410.25
HSL61.54º37.86%59.61%-
HSV(B)61.54º40.84%74.9%-
XYZ42.649.2722.89-
YUV181.5189.34133.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=38.34%
G=38.74%
B=22.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911130.0100.410.2561.5437.8659.61
HexBDBF711029193e263c
Octal275277161105131764674
Binary101111011011111111100011010100111001111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF71; }

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

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

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

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

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

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

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

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