#BFB77F

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

Shades of Ecru #BFB77F

Tints of Ecru #BFB77F

Color information

#BFB77F (or 0xBFB77F) is unknown color: approx Ecru. HEX triplet: BF, B7 and 7F. RGB value is (191,183,127). Sum of RGB (Red+Green+Blue) = 191+183+127=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB77F is #404880. Grayscale: #B3B3B3. Windows color (decimal): -4212865 or 8370111. OLE color: 8370111.

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

Color convert

RGB191183127-
CMYK00.040.340.25
HSL52.5º33.33%62.35%-
HSV(B)52.5º33.51%74.9%-
XYZ42.2546.4826.82-
YUV179.0198.65136.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 127 (50% from 255) = 25.35%
R=38.12%
G=36.53%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118312700.040.340.2552.533.3362.35
HexBFB77F04221934213e
Octal277267177044231644176
Binary10111111101101111111111010010001011001110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB77F; }

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

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

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

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

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

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

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

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