#BFB47C

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

Shades of Ecru #BFB47C

Tints of Ecru #BFB47C

Color information

#BFB47C (or 0xBFB47C) is unknown color: approx Ecru. HEX triplet: BF, B4 and 7C. RGB value is (191,180,124). Sum of RGB (Red+Green+Blue) = 191+180+124=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB47C is #404B83. Grayscale: #B1B1B1. Windows color (decimal): -4213636 or 8172735. OLE color: 8172735.

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

Color convert

RGB191180124-
CMYK00.060.350.25
HSL50.15º34.36%61.76%-
HSV(B)50.15º35.08%74.9%-
XYZ41.4545.1725.6-
YUV176.998.14138.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=38.59%
G=36.36%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118012400.060.350.2550.1534.3661.76
HexBFB47C06231932223e
Octal277264174064331624276
Binary10111111101101001111100011010001111001110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB47C; }

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

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

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

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

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

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

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

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