Shades of Ecru #BFAF83
Tints of Ecru #BFAF83
RGB
CMYK
RGB Variations
Color information
#BFAF83 (or 0xBFAF83) is known color: Ecru. HEX triplet: BF, AF and 83. RGB value is (191,175,131). Sum of RGB (Red+Green+Blue) = 191+175+131=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF83 is #40507C. Grayscale: #AEAEAE. Windows color (decimal): -4214909 or 8630207. OLE color: 8630207.
HSL color Cylindrical-coordinate representation of color #BFAF83: hue angle of 44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFAF83 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 131 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.25 |
| HSL | 44º | 0.32% | 0.63% | - |
| HSV(B) | 44º | 0.31% | 0.75% | - |
| XYZ | 40.91 | 43.38 | 27.69 | - |
| YUV | 174.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 131 | 0 | 0.08 | 0.31 | 0.25 | 44 | 0.32 | 0.63 |
| Hex | BF | AF | 83 | 0 | 8 | 1F | 19 | 2C | 20 | 3F |
| Octal | 277 | 257 | 203 | 0 | 10 | 37 | 31 | 54 | 40 | 77 |
| Binary | 10111111 | 10101111 | 10000011 | 0 | 1000 | 11111 | 11001 | 101100 | 100000 | 111111 |
Color Harmonies of #BFAF83
Complementary color
Monochromatic Colors of #BFAF83
Black with #BFAF83
Text Example
Text Example
White with #BFAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF83; }
p { color: rgb(191,175,131); }
H1.HeaderClassName
{
color: #BFAF83;
}
.AnyTagClassName
{
color: #BFAF83;
}
</style>
background-color css
<style>
a { background-color: #BFAF83; }
a { background-color: rgb(191,175,131); }
div.DivClassName
{
background-color: #BFAF83;
}
.BgClassName
{
background-color: #BFAF83;
}
</style>
border-color css
<style>
span { border-color: #BFAF83; }
span { border-color: rgb(191,175,131); }
td.TdClassName
{
border-color: #BFAF83;
}
.TagClassName
{
border-color: #BFAF83;
}
</style>