#BFBF67

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

Shades of Dark Khaki #BFBF67

Tints of Dark Khaki #BFBF67

Color information

#BFBF67 (or 0xBFBF67) is unknown color: approx Dark Khaki. HEX triplet: BF, BF and 67. RGB value is (191,191,103). Sum of RGB (Red+Green+Blue) = 191+191+103=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF67 is #404098. Grayscale: #B5B5B5. Windows color (decimal): -4210841 or 6799295. OLE color: 6799295.

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

Color convert

RGB191191103-
CMYK000.460.25
HSL60º40.74%57.65%-
HSV(B)60º46.07%74.9%-
XYZ42.5649.3220.11-
YUV180.9784135.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=39.38%
G=39.38%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191103000.460.256040.7457.65
HexBFBF67002E193c293a
Octal277277147005631745172
Binary101111111011111111001110010111011001111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF67; }

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

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

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

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

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

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

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

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