#BFAD77

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

Shades of Ecru #BFAD77

Tints of Ecru #BFAD77

Color information

#BFAD77 (or 0xBFAD77) is unknown color: approx Ecru. HEX triplet: BF, AD and 77. RGB value is (191,173,119). Sum of RGB (Red+Green+Blue) = 191+173+119=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD77 is #405288. Grayscale: #ACACAC. Windows color (decimal): -4215433 or 7843263. OLE color: 7843263.

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

Color convert

RGB191173119-
CMYK00.090.380.25
HSL45º36%60.78%-
HSV(B)45º37.7%74.9%-
XYZ39.7642.323.52-
YUV172.2397.96141.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=39.54%
G=35.82%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117311900.090.380.25453660.78
HexBFAD770926192d243d
Octal2772551670114631554475
Binary101111111010110111101110100110011011001101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD77; }

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

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

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

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

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

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

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

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