#BFBD71

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

Shades of Dark Khaki #BFBD71

Tints of Dark Khaki #BFBD71

Color information

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

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

Color convert

RGB191189113-
CMYK00.010.410.25
HSL58.46º37.86%59.61%-
HSV(B)58.46º40.84%74.9%-
XYZ42.6648.6622.77-
YUV180.9389.66135.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118911300.010.410.2558.4637.8659.61
HexBFBD710129193a263c
Octal277275161015131724674
Binary101111111011110111100010110100111001111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD71; }

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

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

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

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

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

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

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

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