#BFB475

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

Shades of Dark Khaki #BFB475

Tints of Dark Khaki #BFB475

Color information

#BFB475 (or 0xBFB475) is unknown color: approx Dark Khaki. HEX triplet: BF, B4 and 75. RGB value is (191,180,117). Sum of RGB (Red+Green+Blue) = 191+180+117=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB475 is #404B8A. Grayscale: #B0B0B0. Windows color (decimal): -4213643 or 7713983. OLE color: 7713983.

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

Color convert

RGB191180117-
CMYK00.060.390.25
HSL51.08º36.63%60.39%-
HSV(B)51.08º38.74%74.9%-
XYZ41.024523.35-
YUV176.1194.64138.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=39.14%
G=36.89%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118011700.060.390.2551.0836.6360.39
HexBFB47506271933253c
Octal277264165064731634574
Binary10111111101101001110101011010011111001110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB475; }

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

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

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

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

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

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

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

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