Shades of Cotton Seed #BFB9AD
Tints of Cotton Seed #BFB9AD
RGB
CMYK
RGB Variations
Color information
#BFB9AD (or 0xBFB9AD) is known color: Cotton Seed. HEX triplet: BF, B9 and AD. RGB value is (191,185,173). Sum of RGB (Red+Green+Blue) = 191+185+173=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9AD is #404652. Grayscale: #B9B9B9. Windows color (decimal): -4212307 or 11385279. OLE color: 11385279.
HSL color Cylindrical-coordinate representation of color #BFB9AD: hue angle of 40º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB9AD is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 173 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.25 |
| HSL | 40º | 0.12% | 0.71% | - |
| HSV(B) | 40º | 0.09% | 0.75% | - |
| XYZ | 46.38 | 48.79 | 46.51 | - |
| YUV | 185.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 173 | 0 | 0.03 | 0.09 | 0.25 | 40 | 0.12 | 0.71 |
| Hex | BF | B9 | AD | 0 | 3 | 9 | 19 | 28 | C | 47 |
| Octal | 277 | 271 | 255 | 0 | 3 | 11 | 31 | 50 | 14 | 107 |
| Binary | 10111111 | 10111001 | 10101101 | 0 | 11 | 1001 | 11001 | 101000 | 1100 | 1000111 |
Color Harmonies of #BFB9AD
Complementary color
Monochromatic Colors of #BFB9AD
Black with #BFB9AD
Text Example
Text Example
White with #BFB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9AD; }
p { color: rgb(191,185,173); }
H1.HeaderClassName
{
color: #BFB9AD;
}
.AnyTagClassName
{
color: #BFB9AD;
}
</style>
background-color css
<style>
a { background-color: #BFB9AD; }
a { background-color: rgb(191,185,173); }
div.DivClassName
{
background-color: #BFB9AD;
}
.BgClassName
{
background-color: #BFB9AD;
}
</style>
border-color css
<style>
span { border-color: #BFB9AD; }
span { border-color: rgb(191,185,173); }
td.TdClassName
{
border-color: #BFB9AD;
}
.TagClassName
{
border-color: #BFB9AD;
}
</style>