#BFB86F

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

Shades of Dark Khaki #BFB86F

Tints of Dark Khaki #BFB86F

Color information

#BFB86F (or 0xBFB86F) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 6F. RGB value is (191,184,111). Sum of RGB (Red+Green+Blue) = 191+184+111=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB86F is #404790. Grayscale: #B2B2B2. Windows color (decimal): -4212625 or 7321791. OLE color: 7321791.

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

Color convert

RGB191184111-
CMYK00.040.420.25
HSL54.75º38.46%59.22%-
HSV(B)54.75º41.88%74.9%-
XYZ41.546.5121.83-
YUV177.7790.32137.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=39.30%
G=37.86%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118411100.040.420.2554.7538.4659.22
HexBFB86F042A1937263b
Octal277270157045231674673
Binary10111111101110001101111010010101011001110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB86F; }

 p { color: rgb(191,184,111); }

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

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

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

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

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

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

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