#bfb47f

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

Shades of Ecru #BFB47F

Tints of Ecru #BFB47F

Color information

#BFB47F (or 0xBFB47F) is unknown color: approx Ecru. HEX triplet: BF, B4 and 7F. RGB value is (191,180,127). Sum of RGB (Red+Green+Blue) = 191+180+127=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB47F is #404B80. Grayscale: #B1B1B1. Windows color (decimal): -4213633 or 8369343. OLE color: 8369343.

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

Color convert

RGB191180127-
CMYK00.060.340.25
HSL49.69º33.33%62.35%-
HSV(B)49.69º33.51%74.9%-
XYZ41.6445.2526.62-
YUV177.2599.64137.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 127 (50% from 255) = 25.50%
R=38.35%
G=36.14%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118012700.060.340.2549.6933.3362.35
HexBFB47F06221932213e
Octal277264177064231624176
Binary10111111101101001111111011010001011001110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb47f; }

 p { color: rgb(191,180,127); }

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

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

 a { background-color: rgb(191,180,127); }

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

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

 span { border-color: rgb(191,180,127); }

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