#BFBF6E

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

Shades of Dark Khaki #BFBF6E

Tints of Dark Khaki #BFBF6E

Color information

#BFBF6E (or 0xBFBF6E) is unknown color: approx Dark Khaki. HEX triplet: BF, BF and 6E. RGB value is (191,191,110). Sum of RGB (Red+Green+Blue) = 191+191+110=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF6E is #404091. Grayscale: #B6B6B6. Windows color (decimal): -4210834 or 7258047. OLE color: 7258047.

HSL color Cylindrical-coordinate representation of color #BFBF6E: 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.42%. Process color model (Four color, CMYK) of #BFBF6E is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191191110-
CMYK000.420.25
HSL60º38.76%59.02%-
HSV(B)60º42.41%74.9%-
XYZ42.9349.4622.04-
YUV181.7787.5134.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=38.82%
G=38.82%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191110000.420.256038.7659.02
HexBFBF6E002A193c273b
Octal277277156005231744773
Binary101111111011111111011100010101011001111100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF6E; }

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

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

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

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

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

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

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

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