#BFAE82

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

Shades of Ecru #BFAE82

Tints of Ecru #BFAE82

Color information

#BFAE82 (or 0xBFAE82) is unknown color: approx Ecru. HEX triplet: BF, AE and 82. RGB value is (191,174,130). Sum of RGB (Red+Green+Blue) = 191+174+130=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE82 is #40517D. Grayscale: #AEAEAE. Windows color (decimal): -4215166 or 8564415. OLE color: 8564415.

HSL color Cylindrical-coordinate representation of color #BFAE82: hue angle of 43.28º degrees, saturation: 0.32, 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 #BFAE82 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191174130-
CMYK00.090.320.25
HSL43.28º32.28%62.94%-
HSV(B)43.28º31.94%74.9%-
XYZ40.6542.9627.27-
YUV174.07103.13140.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=38.59%
G=35.15%
B=26.26%

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
Decimal19117413000.090.320.2543.2832.2862.94
HexBFAE820920192b203f
Octal2772562020114031534077
Binary1011111110101110100000100100110000011001101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE82; }

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

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

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

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

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

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

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

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