#BFBE6F

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

Shades of Dark Khaki #BFBE6F

Tints of Dark Khaki #BFBE6F

Color information

#BFBE6F (or 0xBFBE6F) is unknown color: approx Dark Khaki. HEX triplet: BF, BE and 6F. RGB value is (191,190,111). Sum of RGB (Red+Green+Blue) = 191+190+111=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE6F is #404190. Grayscale: #B5B5B5. Windows color (decimal): -4211089 or 7323327. OLE color: 7323327.

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

Color convert

RGB191190111-
CMYK00.010.420.25
HSL59.25º38.46%59.22%-
HSV(B)59.25º41.88%74.9%-
XYZ42.7749.0522.25-
YUV181.2988.33134.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=38.82%
G=38.62%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119011100.010.420.2559.2538.4659.22
HexBFBE6F012A193b263b
Octal277276157015231734673
Binary101111111011111011011110110101011001111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE6F; }

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

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

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

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

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

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

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

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