#BFB464

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

Shades of Dark Khaki #BFB464

Tints of Dark Khaki #BFB464

Color information

#BFB464 (or 0xBFB464) is unknown color: approx Dark Khaki. HEX triplet: BF, B4 and 64. RGB value is (191,180,100). Sum of RGB (Red+Green+Blue) = 191+180+100=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB464 is #404B9B. Grayscale: #AEAEAE. Windows color (decimal): -4213660 or 6599871. OLE color: 6599871.

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

Color convert

RGB191180100-
CMYK00.060.480.25
HSL52.75º41.55%57.06%-
HSV(B)52.75º47.64%74.9%-
XYZ40.1144.6418.56-
YUV174.1786.14140-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=40.55%
G=38.22%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118010000.060.480.2552.7541.5557.06
HexBFB464063019352a39
Octal277264144066031655271
Binary10111111101101001100100011011000011001110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB464; }

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

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

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

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

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

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

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

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