#BFBA6A

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

Shades of Dark Khaki #BFBA6A

Tints of Dark Khaki #BFBA6A

Color information

#BFBA6A (or 0xBFBA6A) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 6A. RGB value is (191,186,106). Sum of RGB (Red+Green+Blue) = 191+186+106=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA6A is #404595. Grayscale: #B2B2B2. Windows color (decimal): -4212118 or 6994623. OLE color: 6994623.

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

Color convert

RGB191186106-
CMYK00.030.450.25
HSL56.47º39.91%58.24%-
HSV(B)56.47º44.5%74.9%-
XYZ41.6547.2320.56-
YUV178.3887.16137-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=39.54%
G=38.51%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118610600.030.450.2556.4739.9158.24
HexBFBA6A032D1938283a
Octal277272152035531705072
Binary1011111110111010110101001110110111001111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA6A; }

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

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

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

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

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

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

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

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