#BFB071

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

Shades of Dark Khaki #BFB071

Tints of Dark Khaki #BFB071

Color information

#BFB071 (or 0xBFB071) is unknown color: approx Dark Khaki. HEX triplet: BF, B0 and 71. RGB value is (191,176,113). Sum of RGB (Red+Green+Blue) = 191+176+113=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB071 is #404F8E. Grayscale: #ADADAD. Windows color (decimal): -4214671 or 7450815. OLE color: 7450815.

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

Color convert

RGB191176113-
CMYK00.080.410.25
HSL48.46º37.86%59.61%-
HSV(B)48.46º40.84%74.9%-
XYZ39.9943.3221.88-
YUV173.393.97140.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=39.79%
G=36.67%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117611300.080.410.2548.4637.8659.61
HexBFB07108291930263c
Octal2772601610105131604674
Binary101111111011000011100010100010100111001110000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB071; }

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

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

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

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

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

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

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

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