#BFBB61

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

Shades of Dark Khaki #BFBB61

Tints of Dark Khaki #BFBB61

Color information

#BFBB61 (or 0xBFBB61) is unknown color: approx Dark Khaki. HEX triplet: BF, BB and 61. RGB value is (191,187,97). Sum of RGB (Red+Green+Blue) = 191+187+97=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB61 is #40449E. Grayscale: #B2B2B2. Windows color (decimal): -4211871 or 6405055. OLE color: 6405055.

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

Color convert

RGB19118797-
CMYK00.020.490.25
HSL57.45º42.34%56.47%-
HSV(B)57.45º49.21%74.9%-
XYZ41.4147.4818.29-
YUV177.9482.33137.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=40.21%
G=39.37%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911879700.020.490.2557.4542.3456.47
HexBFBB61023119392a38
Octal277273141026131715270
Binary1011111110111011110000101011000111001111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB61; }

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

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

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

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

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

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

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

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