#BFB67F

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

Shades of Ecru #BFB67F

Tints of Ecru #BFB67F

Color information

#BFB67F (or 0xBFB67F) is unknown color: approx Ecru. HEX triplet: BF, B6 and 7F. RGB value is (191,182,127). Sum of RGB (Red+Green+Blue) = 191+182+127=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB67F is #404980. Grayscale: #B2B2B2. Windows color (decimal): -4213121 or 8369855. OLE color: 8369855.

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

Color convert

RGB191182127-
CMYK00.050.340.25
HSL51.56º33.33%62.35%-
HSV(B)51.56º33.51%74.9%-
XYZ42.0446.0626.75-
YUV178.4298.98136.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 127 (50% from 255) = 25.4%
R=38.2%
G=36.4%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118212700.050.340.2551.5633.3362.35
HexBFB67F05221934213e
Octal277266177054231644176
Binary10111111101101101111111010110001011001110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB67F; }

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

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

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

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

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

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

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

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