#BFBA60

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

Shades of Dark Khaki #BFBA60

Tints of Dark Khaki #BFBA60

Color information

#BFBA60 (or 0xBFBA60) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 60. RGB value is (191,186,96). Sum of RGB (Red+Green+Blue) = 191+186+96=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA60 is #40459F. Grayscale: #B1B1B1. Windows color (decimal): -4212128 or 6339263. OLE color: 6339263.

HSL color Cylindrical-coordinate representation of color #BFBA60: hue angle of 56.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFBA60 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19118696-
CMYK00.030.500.25
HSL56.84º42.6%56.27%-
HSV(B)56.84º49.74%74.9%-
XYZ41.1647.0417.98-
YUV177.2482.16137.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=40.38%
G=39.32%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911869600.030.500.2556.8442.656.27
HexBFBA60033219392b38
Octal277272140036231715370
Binary1011111110111010110000001111001011001111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA60; }

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

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

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

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

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

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

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

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