#BFBE61

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

Shades of Dark Khaki #BFBE61

Tints of Dark Khaki #BFBE61

Color information

#BFBE61 (or 0xBFBE61) is unknown color: approx Dark Khaki. HEX triplet: BF, BE and 61. RGB value is (191,190,97). Sum of RGB (Red+Green+Blue) = 191+190+97=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE61 is #40419E. Grayscale: #B4B4B4. Windows color (decimal): -4211103 or 6405823. OLE color: 6405823.

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

Color convert

RGB19119097-
CMYK00.010.490.25
HSL59.36º42.34%56.47%-
HSV(B)59.36º49.21%74.9%-
XYZ42.0648.7718.51-
YUV179.781.33136.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=39.96%
G=39.75%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911909700.010.490.2559.3642.3456.47
HexBFBE610131193b2a38
Octal277276141016131735270
Binary101111111011111011000010111000111001111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE61; }

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

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

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

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

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

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

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

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