#BFBA64

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

Shades of Dark Khaki #BFBA64

Tints of Dark Khaki #BFBA64

Color information

#BFBA64 (or 0xBFBA64) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 64. RGB value is (191,186,100). Sum of RGB (Red+Green+Blue) = 191+186+100=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA64 is #40459B. Grayscale: #B2B2B2. Windows color (decimal): -4212124 or 6601407. OLE color: 6601407.

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

Color convert

RGB191186100-
CMYK00.030.480.25
HSL56.7º41.55%57.06%-
HSV(B)56.7º47.64%74.9%-
XYZ41.3547.1118.97-
YUV177.6984.16137.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=40.04%
G=38.99%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118610000.030.480.2556.741.5557.06
HexBFBA64033019392a39
Octal277272144036031715271
Binary1011111110111010110010001111000011001111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA64; }

 p { color: rgb(191,186,100); }

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

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

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

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

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

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

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