#BFBD61

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

Shades of Dark Khaki #BFBD61

Tints of Dark Khaki #BFBD61

Color information

#BFBD61 (or 0xBFBD61) is unknown color: approx Dark Khaki. HEX triplet: BF, BD and 61. RGB value is (191,189,97). Sum of RGB (Red+Green+Blue) = 191+189+97=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD61 is #40429E. Grayscale: #B3B3B3. Windows color (decimal): -4211359 or 6405567. OLE color: 6405567.

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

Color convert

RGB19118997-
CMYK00.010.490.25
HSL58.72º42.34%56.47%-
HSV(B)58.72º49.21%74.9%-
XYZ41.8448.3318.43-
YUV179.1181.66136.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=40.04%
G=39.62%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911899700.010.490.2558.7242.3456.47
HexBFBD610131193b2a38
Octal277275141016131735270
Binary101111111011110111000010111000111001111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD61; }

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

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

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

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

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

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

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

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