Shades of Ecru #BFB17B
Tints of Ecru #BFB17B
RGB
CMYK
RGB Variations
Color information
#BFB17B (or 0xBFB17B) is known color: Ecru. HEX triplet: BF, B1 and 7B. RGB value is (191,177,123). Sum of RGB (Red+Green+Blue) = 191+177+123=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB17B is #404E84. Grayscale: #AFAFAF. Windows color (decimal): -4214405 or 8106431. OLE color: 8106431.
HSL color Cylindrical-coordinate representation of color #BFB17B: hue angle of 47.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFB17B is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 123 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.25 |
| HSL | 47.65º | 0.35% | 0.62% | - |
| HSV(B) | 47.65º | 0.36% | 0.75% | - |
| XYZ | 40.78 | 43.95 | 25.07 | - |
| YUV | 175.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 123 | 0 | 0.07 | 0.36 | 0.25 | 47.65 | 0.35 | 0.62 |
| Hex | BF | B1 | 7B | 0 | 7 | 24 | 19 | 30 | 23 | 3E |
| Octal | 277 | 261 | 173 | 0 | 7 | 44 | 31 | 60 | 43 | 76 |
| Binary | 10111111 | 10110001 | 1111011 | 0 | 111 | 100100 | 11001 | 110000 | 100011 | 111110 |
Color Harmonies of #BFB17B
Complementary color
Monochromatic Colors of #BFB17B
Black with #BFB17B
Text Example
Text Example
White with #BFB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB17B; }
p { color: rgb(191,177,123); }
H1.HeaderClassName
{
color: #BFB17B;
}
.AnyTagClassName
{
color: #BFB17B;
}
</style>
background-color css
<style>
a { background-color: #BFB17B; }
a { background-color: rgb(191,177,123); }
div.DivClassName
{
background-color: #BFB17B;
}
.BgClassName
{
background-color: #BFB17B;
}
</style>
border-color css
<style>
span { border-color: #BFB17B; }
span { border-color: rgb(191,177,123); }
td.TdClassName
{
border-color: #BFB17B;
}
.TagClassName
{
border-color: #BFB17B;
}
</style>