#BFAD71

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

Shades of Ecru #BFAD71

Tints of Ecru #BFAD71

Color information

#BFAD71 (or 0xBFAD71) is unknown color: approx Ecru. HEX triplet: BF, AD and 71. RGB value is (191,173,113). Sum of RGB (Red+Green+Blue) = 191+173+113=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD71 is #40528E. Grayscale: #ABABAB. Windows color (decimal): -4215439 or 7450047. OLE color: 7450047.

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

Color convert

RGB191173113-
CMYK00.090.410.25
HSL46.15º37.86%59.61%-
HSV(B)46.15º40.84%74.9%-
XYZ39.4142.1621.68-
YUV171.5494.96141.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=40.04%
G=36.27%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117311300.090.410.2546.1537.8659.61
HexBFAD710929192e263c
Octal2772551610115131564674
Binary101111111010110111100010100110100111001101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD71; }

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

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

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

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

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

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

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

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