#BFB869

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

Shades of Dark Khaki #BFB869

Tints of Dark Khaki #BFB869

Color information

#BFB869 (or 0xBFB869) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 69. RGB value is (191,184,105). Sum of RGB (Red+Green+Blue) = 191+184+105=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB869 is #404796. Grayscale: #B1B1B1. Windows color (decimal): -4212631 or 6928575. OLE color: 6928575.

HSL color Cylindrical-coordinate representation of color #BFB869: hue angle of 55.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFB869 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191184105-
CMYK00.040.450.25
HSL55.12º40.19%58.04%-
HSV(B)55.12º45.03%74.9%-
XYZ41.1846.3820.15-
YUV177.0987.32137.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=39.79%
G=38.33%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118410500.040.450.2555.1240.1958.04
HexBFB869042D1937283a
Octal277270151045531675072
Binary10111111101110001101001010010110111001110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB869; }

 p { color: rgb(191,184,105); }

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

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

 a { background-color: rgb(191,184,105); }

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

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

 span { border-color: rgb(191,184,105); }

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