Shades of Ecru #BFB67B
Tints of Ecru #BFB67B
RGB
CMYK
RGB Variations
Color information
#BFB67B (or 0xBFB67B) is known color: Ecru. HEX triplet: BF, B6 and 7B. RGB value is (191,182,123). Sum of RGB (Red+Green+Blue) = 191+182+123=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB67B is #404984. Grayscale: #B2B2B2. Windows color (decimal): -4213125 or 8107711. OLE color: 8107711.
HSL color Cylindrical-coordinate representation of color #BFB67B: hue angle of 52.06º 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 #BFB67B is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 123 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.25 |
| HSL | 52.06º | 0.35% | 0.62% | - |
| HSV(B) | 52.06º | 0.36% | 0.75% | - |
| XYZ | 41.79 | 45.96 | 25.41 | - |
| YUV | 177.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 123 | 0 | 0.05 | 0.36 | 0.25 | 52.06 | 0.35 | 0.62 |
| Hex | BF | B6 | 7B | 0 | 5 | 24 | 19 | 34 | 23 | 3E |
| Octal | 277 | 266 | 173 | 0 | 5 | 44 | 31 | 64 | 43 | 76 |
| Binary | 10111111 | 10110110 | 1111011 | 0 | 101 | 100100 | 11001 | 110100 | 100011 | 111110 |
Color Harmonies of #BFB67B
Complementary color
Monochromatic Colors of #BFB67B
Black with #BFB67B
Text Example
Text Example
White with #BFB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB67B; }
p { color: rgb(191,182,123); }
H1.HeaderClassName
{
color: #BFB67B;
}
.AnyTagClassName
{
color: #BFB67B;
}
</style>
background-color css
<style>
a { background-color: #BFB67B; }
a { background-color: rgb(191,182,123); }
div.DivClassName
{
background-color: #BFB67B;
}
.BgClassName
{
background-color: #BFB67B;
}
</style>
border-color css
<style>
span { border-color: #BFB67B; }
span { border-color: rgb(191,182,123); }
td.TdClassName
{
border-color: #BFB67B;
}
.TagClassName
{
border-color: #BFB67B;
}
</style>