#BFBF6C

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

Shades of Dark Khaki #BFBF6C

Tints of Dark Khaki #BFBF6C

Color information

#BFBF6C (or 0xBFBF6C) is unknown color: approx Dark Khaki. HEX triplet: BF, BF and 6C. RGB value is (191,191,108). Sum of RGB (Red+Green+Blue) = 191+191+108=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF6C is #404093. Grayscale: #B5B5B5. Windows color (decimal): -4210836 or 7126975. OLE color: 7126975.

HSL color Cylindrical-coordinate representation of color #BFBF6C: hue angle of 60º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFBF6C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191191108-
CMYK000.430.25
HSL60º39.34%58.63%-
HSV(B)60º43.46%74.9%-
XYZ42.8249.4221.47-
YUV181.5486.5134.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=38.98%
G=38.98%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191108000.430.256039.3458.63
HexBFBF6C002B193c273b
Octal277277154005331744773
Binary101111111011111111011000010101111001111100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF6C; }

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

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

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

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

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

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

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

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