#BFBE6C

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

Shades of Dark Khaki #BFBE6C

Tints of Dark Khaki #BFBE6C

Color information

#BFBE6C (or 0xBFBE6C) is unknown color: approx Dark Khaki. HEX triplet: BF, BE and 6C. RGB value is (191,190,108). Sum of RGB (Red+Green+Blue) = 191+190+108=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE6C is #404193. Grayscale: #B5B5B5. Windows color (decimal): -4211092 or 7126719. OLE color: 7126719.

HSL color Cylindrical-coordinate representation of color #BFBE6C: hue angle of 59.28º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFBE6C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191190108-
CMYK00.010.430.25
HSL59.28º39.34%58.63%-
HSV(B)59.28º43.46%74.9%-
XYZ42.6148.9921.4-
YUV180.9586.83135.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=39.06%
G=38.85%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119010800.010.430.2559.2839.3458.63
HexBFBE6C012B193b273b
Octal277276154015331734773
Binary101111111011111011011000110101111001111011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE6C; }

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

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

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

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

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

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

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

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