Shades of Ecru #BFB27F
Tints of Ecru #BFB27F
RGB
CMYK
RGB Variations
Color information
#BFB27F (or 0xBFB27F) is known color: 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
| RGB | 191 | 178 | 127 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.25 |
| HSL | 47.81º | 0.33% | 0.62% | - |
| HSV(B) | 47.81º | 0.34% | 0.75% | - |
| XYZ | 41.24 | 44.45 | 26.48 | - |
| YUV | 176.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 127 | 0 | 0.07 | 0.34 | 0.25 | 47.81 | 0.33 | 0.62 |
| Hex | BF | B2 | 7F | 0 | 7 | 22 | 19 | 30 | 21 | 3E |
| Octal | 277 | 262 | 177 | 0 | 7 | 42 | 31 | 60 | 41 | 76 |
| Binary | 10111111 | 10110010 | 1111111 | 0 | 111 | 100010 | 11001 | 110000 | 100001 | 111110 |
Color Harmonies of #BFB27F
Complementary color
Monochromatic Colors of #BFB27F
Black with #BFB27F
Text Example
Text Example
White with #BFB27F
Text Example
Text Example
HTML Codes & Css Web 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>