#BFAE81

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

Shades of Ecru #BFAE81

Tints of Ecru #BFAE81

Color information

#BFAE81 (or 0xBFAE81) is unknown color: approx Ecru. HEX triplet: BF, AE and 81. RGB value is (191,174,129). Sum of RGB (Red+Green+Blue) = 191+174+129=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE81 is #40517E. Grayscale: #AEAEAE. Windows color (decimal): -4215167 or 8498879. OLE color: 8498879.

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

Color convert

RGB191174129-
CMYK00.090.320.25
HSL43.55º32.63%62.75%-
HSV(B)43.55º32.46%74.9%-
XYZ40.5842.9326.92-
YUV173.95102.63140.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=38.66%
G=35.22%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117412900.090.320.2543.5532.6362.75
HexBFAE810920192c213f
Octal2772562010114031544177
Binary1011111110101110100000010100110000011001101100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE81; }

 p { color: rgb(191,174,129); }

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

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

 a { background-color: rgb(191,174,129); }

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

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

 span { border-color: rgb(191,174,129); }

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