#BFB971

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

Shades of Dark Khaki #BFB971

Tints of Dark Khaki #BFB971

Color information

#BFB971 (or 0xBFB971) is unknown color: approx Dark Khaki. HEX triplet: BF, B9 and 71. RGB value is (191,185,113). Sum of RGB (Red+Green+Blue) = 191+185+113=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB971 is #40468E. Grayscale: #B2B2B2. Windows color (decimal): -4212367 or 7453119. OLE color: 7453119.

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

Color convert

RGB191185113-
CMYK00.030.410.25
HSL55.38º37.86%59.61%-
HSV(B)55.38º40.84%74.9%-
XYZ41.8246.9722.48-
YUV178.5990.99136.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=39.06%
G=37.83%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118511300.030.410.2555.3837.8659.61
HexBFB97103291937263c
Octal277271161035131674674
Binary1011111110111001111000101110100111001110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB971; }

 p { color: rgb(191,185,113); }

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

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

 a { background-color: rgb(191,185,113); }

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

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

 span { border-color: rgb(191,185,113); }

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