#BFBC6B

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

Shades of Dark Khaki #BFBC6B

Tints of Dark Khaki #BFBC6B

Color information

#BFBC6B (or 0xBFBC6B) is unknown color: approx Dark Khaki. HEX triplet: BF, BC and 6B. RGB value is (191,188,107). Sum of RGB (Red+Green+Blue) = 191+188+107=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC6B is #404394. Grayscale: #B3B3B3. Windows color (decimal): -4211605 or 7060671. OLE color: 7060671.

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

Color convert

RGB191188107-
CMYK00.020.440.25
HSL57.86º39.62%58.43%-
HSV(B)57.86º43.98%74.9%-
XYZ42.1248.120.97-
YUV179.6686.99136.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 107 (42.19% from 255) = 22.02%
R=39.30%
G=38.68%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118810700.020.440.2557.8639.6258.43
HexBFBC6B022C193a283a
Octal277274153025431725072
Binary1011111110111100110101101010110011001111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC6B; }

 p { color: rgb(191,188,107); }

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

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

 a { background-color: rgb(191,188,107); }

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

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

 span { border-color: rgb(191,188,107); }

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