#BFB17E

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

Shades of Ecru #BFB17E

Tints of Ecru #BFB17E

Color information

#BFB17E (or 0xBFB17E) is unknown color: approx Ecru. HEX triplet: BF, B1 and 7E. RGB value is (191,177,126). Sum of RGB (Red+Green+Blue) = 191+177+126=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB17E is #404E81. Grayscale: #AFAFAF. Windows color (decimal): -4214402 or 8303039. OLE color: 8303039.

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

Color convert

RGB191177126-
CMYK00.070.340.25
HSL47.08º33.68%62.16%-
HSV(B)47.08º34.03%74.9%-
XYZ40.9744.0326.08-
YUV175.37100.14139.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=38.66%
G=35.83%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117712600.070.340.2547.0833.6862.16
HexBFB17E0722192f223e
Octal277261176074231574276
Binary10111111101100011111110011110001011001101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB17E; }

 p { color: rgb(191,177,126); }

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

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

 a { background-color: rgb(191,177,126); }

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

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

 span { border-color: rgb(191,177,126); }

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