#BFB579

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

Shades of Ecru #BFB579

Tints of Ecru #BFB579

Color information

#BFB579 (or 0xBFB579) is unknown color: approx Ecru. HEX triplet: BF, B5 and 79. RGB value is (191,181,121). Sum of RGB (Red+Green+Blue) = 191+181+121=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB579 is #404A86. Grayscale: #B1B1B1. Windows color (decimal): -4213383 or 7976383. OLE color: 7976383.

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

Color convert

RGB191181121-
CMYK00.050.370.25
HSL51.43º35.35%61.18%-
HSV(B)51.43º36.65%74.9%-
XYZ41.4645.524.69-
YUV177.1596.31137.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=38.74%
G=36.71%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118112100.050.370.2551.4335.3561.18
HexBFB57905251933233d
Octal277265171054531634375
Binary10111111101101011111001010110010111001110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB579; }

 p { color: rgb(191,181,121); }

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

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

 a { background-color: rgb(191,181,121); }

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

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

 span { border-color: rgb(191,181,121); }

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