#BFAF6D

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

Shades of Dark Khaki #BFAF6D

Tints of Dark Khaki #BFAF6D

Color information

#BFAF6D (or 0xBFAF6D) is unknown color: approx Dark Khaki. HEX triplet: BF, AF and 6D. RGB value is (191,175,109). Sum of RGB (Red+Green+Blue) = 191+175+109=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF6D is #405092. Grayscale: #ACACAC. Windows color (decimal): -4214931 or 7188415. OLE color: 7188415.

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

Color convert

RGB191175109-
CMYK00.080.430.25
HSL48.29º39.05%58.82%-
HSV(B)48.29º42.93%74.9%-
XYZ39.5842.8420.65-
YUV172.2692.3141.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=40.21%
G=36.84%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117510900.080.430.2548.2939.0558.82
HexBFAF6D082B1930273b
Octal2772571550105331604773
Binary101111111010111111011010100010101111001110000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF6D; }

 p { color: rgb(191,175,109); }

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

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

 a { background-color: rgb(191,175,109); }

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

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

 span { border-color: rgb(191,175,109); }

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