#BFB473

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

Shades of Dark Khaki #BFB473

Tints of Dark Khaki #BFB473

Color information

#BFB473 (or 0xBFB473) is unknown color: approx Dark Khaki. HEX triplet: BF, B4 and 73. RGB value is (191,180,115). Sum of RGB (Red+Green+Blue) = 191+180+115=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB473 is #404B8C. Grayscale: #B0B0B0. Windows color (decimal): -4213645 or 7582911. OLE color: 7582911.

HSL color Cylindrical-coordinate representation of color #BFB473: hue angle of 51.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFB473 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191180115-
CMYK00.060.400.25
HSL51.32º37.25%60%-
HSV(B)51.32º39.79%74.9%-
XYZ40.944.9622.74-
YUV175.8893.64138.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=39.30%
G=37.04%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118011500.060.400.2551.3237.2560
HexBFB47306281933253c
Octal277264163065031634574
Binary10111111101101001110011011010100011001110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB473; }

 p { color: rgb(191,180,115); }

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

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

 a { background-color: rgb(191,180,115); }

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

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

 span { border-color: rgb(191,180,115); }

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