#BFB369

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

Shades of Dark Khaki #BFB369

Tints of Dark Khaki #BFB369

Color information

#BFB369 (or 0xBFB369) is unknown color: approx Dark Khaki. HEX triplet: BF, B3 and 69. RGB value is (191,179,105). Sum of RGB (Red+Green+Blue) = 191+179+105=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB369 is #404C96. Grayscale: #AEAEAE. Windows color (decimal): -4213911 or 6927295. OLE color: 6927295.

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

Color convert

RGB191179105-
CMYK00.060.450.25
HSL51.63º40.19%58.04%-
HSV(B)51.63º45.03%74.9%-
XYZ40.1644.3419.81-
YUV174.1588.98140.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=40.21%
G=37.68%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117910500.060.450.2551.6340.1958.04
HexBFB369062D1934283a
Octal277263151065531645072
Binary10111111101100111101001011010110111001110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB369; }

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

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

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

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

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

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

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

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