#BFBF61

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

Shades of Dark Khaki #BFBF61

Tints of Dark Khaki #BFBF61

Color information

#BFBF61 (or 0xBFBF61) is unknown color: approx Dark Khaki. HEX triplet: BF, BF and 61. RGB value is (191,191,97). Sum of RGB (Red+Green+Blue) = 191+191+97=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF61 is #40409E. Grayscale: #B4B4B4. Windows color (decimal): -4210847 or 6406079. OLE color: 6406079.

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

Color convert

RGB19119197-
CMYK000.490.25
HSL60º42.34%56.47%-
HSV(B)60º49.21%74.9%-
XYZ42.2749.218.58-
YUV180.2881135.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=39.87%
G=39.87%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119197000.490.256042.3456.47
HexBFBF610031193c2a38
Octal277277141006131745270
Binary101111111011111111000010011000111001111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF61; }

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

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

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

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

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

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

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

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