#BFAD73

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

Shades of Ecru #BFAD73

Tints of Ecru #BFAD73

Color information

#BFAD73 (or 0xBFAD73) is unknown color: approx Ecru. HEX triplet: BF, AD and 73. RGB value is (191,173,115). Sum of RGB (Red+Green+Blue) = 191+173+115=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD73 is #40528C. Grayscale: #ACACAC. Windows color (decimal): -4215437 or 7581119. OLE color: 7581119.

HSL color Cylindrical-coordinate representation of color #BFAD73: hue angle of 45.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFAD73 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191173115-
CMYK00.090.400.25
HSL45.79º37.25%60%-
HSV(B)45.79º39.79%74.9%-
XYZ39.5242.222.28-
YUV171.7795.96141.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=39.87%
G=36.12%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117311500.090.400.2545.7937.2560
HexBFAD730928192e253c
Octal2772551630115031564574
Binary101111111010110111100110100110100011001101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD73; }

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

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

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

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

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

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

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

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