#BFB27F

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

Shades of Ecru #BFB27F

Tints of Ecru #BFB27F

Color information

#BFB27F (or 0xBFB27F) is unknown color: approx Ecru. HEX triplet: BF, B2 and 7F. RGB value is (191,178,127). Sum of RGB (Red+Green+Blue) = 191+178+127=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB27F is #404D80. Grayscale: #B0B0B0. Windows color (decimal): -4214145 or 8368831. OLE color: 8368831.

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

Color convert

RGB191178127-
CMYK00.070.340.25
HSL47.81º33.33%62.35%-
HSV(B)47.81º33.51%74.9%-
XYZ41.2444.4526.48-
YUV176.07100.31138.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 127 (50% from 255) = 25.60%
R=38.51%
G=35.89%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117812700.070.340.2547.8133.3362.35
HexBFB27F07221930213e
Octal277262177074231604176
Binary10111111101100101111111011110001011001110000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB27F; }

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

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

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

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

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

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

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

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