Shades of Ecru #BFB07D
Tints of Ecru #BFB07D
RGB
CMYK
RGB Variations
Color information
#BFB07D (or 0xBFB07D) is known color: Ecru. HEX triplet: BF, B0 and 7D. RGB value is (191,176,125). Sum of RGB (Red+Green+Blue) = 191+176+125=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB07D is #404F82. Grayscale: #AEAEAE. Windows color (decimal): -4214659 or 8237247. OLE color: 8237247.
HSL color Cylindrical-coordinate representation of color #BFB07D: hue angle of 46.36º 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 #BFB07D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 125 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.25 |
| HSL | 46.36º | 0.34% | 0.62% | - |
| HSV(B) | 46.36º | 0.35% | 0.75% | - |
| XYZ | 40.71 | 43.61 | 25.67 | - |
| YUV | 174.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 125 | 0 | 0.08 | 0.35 | 0.25 | 46.36 | 0.34 | 0.62 |
| Hex | BF | B0 | 7D | 0 | 8 | 23 | 19 | 2E | 22 | 3E |
| Octal | 277 | 260 | 175 | 0 | 10 | 43 | 31 | 56 | 42 | 76 |
| Binary | 10111111 | 10110000 | 1111101 | 0 | 1000 | 100011 | 11001 | 101110 | 100010 | 111110 |
Color Harmonies of #BFB07D
Complementary color
Monochromatic Colors of #BFB07D
Black with #BFB07D
Text Example
Text Example
White with #BFB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB07D; }
p { color: rgb(191,176,125); }
H1.HeaderClassName
{
color: #BFB07D;
}
.AnyTagClassName
{
color: #BFB07D;
}
</style>
background-color css
<style>
a { background-color: #BFB07D; }
a { background-color: rgb(191,176,125); }
div.DivClassName
{
background-color: #BFB07D;
}
.BgClassName
{
background-color: #BFB07D;
}
</style>
border-color css
<style>
span { border-color: #BFB07D; }
span { border-color: rgb(191,176,125); }
td.TdClassName
{
border-color: #BFB07D;
}
.TagClassName
{
border-color: #BFB07D;
}
</style>