#BFB47D

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

Shades of Ecru #BFB47D

Tints of Ecru #BFB47D

Color information

#BFB47D (or 0xBFB47D) is unknown color: approx Ecru. HEX triplet: BF, B4 and 7D. RGB value is (191,180,125). Sum of RGB (Red+Green+Blue) = 191+180+125=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB47D is #404B82. Grayscale: #B1B1B1. Windows color (decimal): -4213635 or 8238271. OLE color: 8238271.

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

Color convert

RGB191180125-
CMYK00.060.350.25
HSL50º34.02%61.96%-
HSV(B)50º34.55%74.9%-
XYZ41.5145.225.94-
YUV177.0298.64137.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=38.51%
G=36.29%
B=25.20%

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
Decimal19118012500.060.350.255034.0261.96
HexBFB47D06231932223e
Octal277264175064331624276
Binary10111111101101001111101011010001111001110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB47D; }

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

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

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

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

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

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

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

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