#BFAC80

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

Shades of Ecru #BFAC80

Tints of Ecru #BFAC80

Color information

#BFAC80 (or 0xBFAC80) is unknown color: approx Ecru. HEX triplet: BF, AC and 80. RGB value is (191,172,128). Sum of RGB (Red+Green+Blue) = 191+172+128=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC80 is #40537F. Grayscale: #ACACAC. Windows color (decimal): -4215680 or 8432831. OLE color: 8432831.

HSL color Cylindrical-coordinate representation of color #BFAC80: hue angle of 41.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFAC80 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB191172128-
CMYK00.100.330.25
HSL41.9º32.98%62.55%-
HSV(B)41.9º32.98%74.9%-
XYZ40.1342.1426.44-
YUV172.66102.79141.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=38.90%
G=35.03%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117212800.100.330.2541.932.9862.55
HexBFAC800A21192a213f
Octal2772542000124131524177
Binary1011111110101100100000000101010000111001101010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC80; }

 p { color: rgb(191,172,128); }

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

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

 a { background-color: rgb(191,172,128); }

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

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

 span { border-color: rgb(191,172,128); }

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