#BFB761

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

Shades of Dark Khaki #BFB761

Tints of Dark Khaki #BFB761

Color information

#BFB761 (or 0xBFB761) is unknown color: approx Dark Khaki. HEX triplet: BF, B7 and 61. RGB value is (191,183,97). Sum of RGB (Red+Green+Blue) = 191+183+97=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB761 is #40489E. Grayscale: #AFAFAF. Windows color (decimal): -4212895 or 6404031. OLE color: 6404031.

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

Color convert

RGB19118397-
CMYK00.040.490.25
HSL54.89º42.34%56.47%-
HSV(B)54.89º49.21%74.9%-
XYZ40.5845.8118.01-
YUV175.5983.65138.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=40.55%
G=38.85%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911839700.040.490.2554.8942.3456.47
HexBFB761043119372a38
Octal277267141046131675270
Binary10111111101101111100001010011000111001110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB761; }

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

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

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

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

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

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

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

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