#BFB47B

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

Shades of Ecru #BFB47B

Tints of Ecru #BFB47B

Color information

#BFB47B (or 0xBFB47B) is unknown color: approx Ecru. HEX triplet: BF, B4 and 7B. RGB value is (191,180,123). Sum of RGB (Red+Green+Blue) = 191+180+123=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB47B is #404B84. Grayscale: #B1B1B1. Windows color (decimal): -4213637 or 8107199. OLE color: 8107199.

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

Color convert

RGB191180123-
CMYK00.060.360.25
HSL50.29º34.69%61.57%-
HSV(B)50.29º35.6%74.9%-
XYZ41.3845.1525.27-
YUV176.7997.64138.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=38.66%
G=36.44%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118012300.060.360.2550.2934.6961.57
HexBFB47B06241932233e
Octal277264173064431624376
Binary10111111101101001111011011010010011001110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB47B; }

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

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

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

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

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

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

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

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