#BFB861

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

Shades of Dark Khaki #BFB861

Tints of Dark Khaki #BFB861

Color information

#BFB861 (or 0xBFB861) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 61. RGB value is (191,184,97). Sum of RGB (Red+Green+Blue) = 191+184+97=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB861 is #40479E. Grayscale: #B0B0B0. Windows color (decimal): -4212639 or 6404287. OLE color: 6404287.

HSL color Cylindrical-coordinate representation of color #BFB861: hue angle of 55.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFB861 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19118497-
CMYK00.040.490.25
HSL55.53º42.34%56.47%-
HSV(B)55.53º49.21%74.9%-
XYZ40.7846.2218.08-
YUV176.1883.32138.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=40.47%
G=38.98%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911849700.040.490.2555.5342.3456.47
HexBFB861043119382a38
Octal277270141046131705270
Binary10111111101110001100001010011000111001111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB861; }

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

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

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

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

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

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

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

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