Shades of Ecru #BFB77D
Tints of Ecru #BFB77D
RGB
CMYK
RGB Variations
Color information
#BFB77D (or 0xBFB77D) is known color: Ecru. HEX triplet: BF, B7 and 7D. RGB value is (191,183,125). Sum of RGB (Red+Green+Blue) = 191+183+125=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB77D is #404882. Grayscale: #B3B3B3. Windows color (decimal): -4212867 or 8239039. OLE color: 8239039.
HSL color Cylindrical-coordinate representation of color #BFB77D: hue angle of 52.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFB77D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 125 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.25 |
| HSL | 52.73º | 0.34% | 0.62% | - |
| HSV(B) | 52.73º | 0.35% | 0.75% | - |
| XYZ | 42.12 | 46.42 | 26.14 | - |
| YUV | 178.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 125 | 0 | 0.04 | 0.35 | 0.25 | 52.73 | 0.34 | 0.62 |
| Hex | BF | B7 | 7D | 0 | 4 | 23 | 19 | 35 | 22 | 3E |
| Octal | 277 | 267 | 175 | 0 | 4 | 43 | 31 | 65 | 42 | 76 |
| Binary | 10111111 | 10110111 | 1111101 | 0 | 100 | 100011 | 11001 | 110101 | 100010 | 111110 |
Color Harmonies of #BFB77D
Complementary color
Monochromatic Colors of #BFB77D
Black with #BFB77D
Text Example
Text Example
White with #BFB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB77D; }
p { color: rgb(191,183,125); }
H1.HeaderClassName
{
color: #BFB77D;
}
.AnyTagClassName
{
color: #BFB77D;
}
</style>
background-color css
<style>
a { background-color: #BFB77D; }
a { background-color: rgb(191,183,125); }
div.DivClassName
{
background-color: #BFB77D;
}
.BgClassName
{
background-color: #BFB77D;
}
</style>
border-color css
<style>
span { border-color: #BFB77D; }
span { border-color: rgb(191,183,125); }
td.TdClassName
{
border-color: #BFB77D;
}
.TagClassName
{
border-color: #BFB77D;
}
</style>