#BFB76F

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

Shades of Dark Khaki #BFB76F

Tints of Dark Khaki #BFB76F

Color information

#BFB76F (or 0xBFB76F) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 6F. RGB value is (191,183,111). Sum of RGB (Red+Green+Blue) = 191+183+111=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB76F is #404890. Grayscale: #B1B1B1. Windows color (decimal): -4212881 or 7321535. OLE color: 7321535.

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

Color convert

RGB191183111-
CMYK00.040.420.25
HSL54º38.46%59.22%-
HSV(B)54º41.88%74.9%-
XYZ41.2946.0921.76-
YUV177.1890.65137.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=39.38%
G=37.73%
B=22.89%

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
Decimal19118311100.040.420.255438.4659.22
HexBFB76F042A1936263b
Octal277267157045231664673
Binary10111111101101111101111010010101011001110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB76F; }

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

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

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

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

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

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

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

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