Shades of Cotton Seed #BFB9AC
Tints of Cotton Seed #BFB9AC
RGB
CMYK
RGB Variations
Color information
#BFB9AC (or 0xBFB9AC) is known color: Cotton Seed. HEX triplet: BF, B9 and AC. RGB value is (191,185,172). Sum of RGB (Red+Green+Blue) = 191+185+172=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9AC is #404653. Grayscale: #B9B9B9. Windows color (decimal): -4212308 or 11319743. OLE color: 11319743.
HSL color Cylindrical-coordinate representation of color #BFB9AC: hue angle of 41.05º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB9AC is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 172 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.25 |
| HSL | 41.05º | 0.13% | 0.71% | - |
| HSV(B) | 41.05º | 0.1% | 0.75% | - |
| XYZ | 46.28 | 48.75 | 46 | - |
| YUV | 185.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 172 | 0 | 0.03 | 0.10 | 0.25 | 41.05 | 0.13 | 0.71 |
| Hex | BF | B9 | AC | 0 | 3 | A | 19 | 29 | D | 47 |
| Octal | 277 | 271 | 254 | 0 | 3 | 12 | 31 | 51 | 15 | 107 |
| Binary | 10111111 | 10111001 | 10101100 | 0 | 11 | 1010 | 11001 | 101001 | 1101 | 1000111 |
Color Harmonies of #BFB9AC
Complementary color
Monochromatic Colors of #BFB9AC
Black with #BFB9AC
Text Example
Text Example
White with #BFB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9AC; }
p { color: rgb(191,185,172); }
H1.HeaderClassName
{
color: #BFB9AC;
}
.AnyTagClassName
{
color: #BFB9AC;
}
</style>
background-color css
<style>
a { background-color: #BFB9AC; }
a { background-color: rgb(191,185,172); }
div.DivClassName
{
background-color: #BFB9AC;
}
.BgClassName
{
background-color: #BFB9AC;
}
</style>
border-color css
<style>
span { border-color: #BFB9AC; }
span { border-color: rgb(191,185,172); }
td.TdClassName
{
border-color: #BFB9AC;
}
.TagClassName
{
border-color: #BFB9AC;
}
</style>