#BFB564

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

Shades of Dark Khaki #BFB564

Tints of Dark Khaki #BFB564

Color information

#BFB564 (or 0xBFB564) is unknown color: approx Dark Khaki. HEX triplet: BF, B5 and 64. RGB value is (191,181,100). Sum of RGB (Red+Green+Blue) = 191+181+100=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB564 is #404A9B. Grayscale: #AFAFAF. Windows color (decimal): -4213404 or 6600127. OLE color: 6600127.

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

Color convert

RGB191181100-
CMYK00.050.480.25
HSL53.41º41.55%57.06%-
HSV(B)53.41º47.64%74.9%-
XYZ40.3145.0418.63-
YUV174.7685.81139.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=40.47%
G=38.35%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118110000.050.480.2553.4141.5557.06
HexBFB564053019352a39
Octal277265144056031655271
Binary10111111101101011100100010111000011001110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB564; }

 p { color: rgb(191,181,100); }

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

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

 a { background-color: rgb(191,181,100); }

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

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

 span { border-color: rgb(191,181,100); }

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