#BFBA71

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

Shades of Dark Khaki #BFBA71

Tints of Dark Khaki #BFBA71

Color information

#BFBA71 (or 0xBFBA71) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 71. RGB value is (191,186,113). Sum of RGB (Red+Green+Blue) = 191+186+113=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA71 is #40458E. Grayscale: #B3B3B3. Windows color (decimal): -4212111 or 7453375. OLE color: 7453375.

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

Color convert

RGB191186113-
CMYK00.030.410.25
HSL56.15º37.86%59.61%-
HSV(B)56.15º40.84%74.9%-
XYZ42.0347.3922.55-
YUV179.1790.66136.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=38.98%
G=37.96%
B=23.06%

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
Decimal19118611300.030.410.2556.1537.8659.61
HexBFBA7103291938263c
Octal277272161035131704674
Binary1011111110111010111000101110100111001111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA71; }

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

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

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

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

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

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

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

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