#BFBF68

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

Shades of Dark Khaki #BFBF68

Tints of Dark Khaki #BFBF68

Color information

#BFBF68 (or 0xBFBF68) is unknown color: approx Dark Khaki. HEX triplet: BF, BF and 68. RGB value is (191,191,104). Sum of RGB (Red+Green+Blue) = 191+191+104=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF68 is #404097. Grayscale: #B5B5B5. Windows color (decimal): -4210840 or 6864831. OLE color: 6864831.

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

Color convert

RGB191191104-
CMYK000.460.25
HSL60º40.47%57.84%-
HSV(B)60º45.55%74.9%-
XYZ42.6249.3420.37-
YUV181.0884.5135.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=39.30%
G=39.30%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191104000.460.256040.4757.84
HexBFBF68002E193c283a
Octal277277150005631745072
Binary101111111011111111010000010111011001111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF68; }

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

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

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

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

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

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

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

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