Shades of Cotton Seed #B9B7B3
Tints of Cotton Seed #B9B7B3
RGB
CMYK
RGB Variations
Color information
#B9B7B3 (or 0xB9B7B3) is known color: Cotton Seed. HEX triplet: B9, B7 and B3. RGB value is (185,183,179). Sum of RGB (Red+Green+Blue) = 185+183+179=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B7B3 is #46484C. Grayscale: #B7B7B7. Windows color (decimal): -4606029 or 11777977. OLE color: 11777977.
HSL color Cylindrical-coordinate representation of color #B9B7B3: hue angle of 40º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B9B7B3 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 183 | 179 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.27 |
| HSL | 40º | 0.04% | 0.71% | - |
| HSV(B) | 40º | 0.03% | 0.73% | - |
| XYZ | 45.08 | 47.44 | 49.43 | - |
| YUV | 183.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 179 | 0 | 0.01 | 0.03 | 0.27 | 40 | 0.04 | 0.71 |
| Hex | B9 | B7 | B3 | 0 | 1 | 3 | 1B | 28 | 4 | 47 |
| Octal | 271 | 267 | 263 | 0 | 1 | 3 | 33 | 50 | 4 | 107 |
| Binary | 10111001 | 10110111 | 10110011 | 0 | 1 | 11 | 11011 | 101000 | 100 | 1000111 |
Color Harmonies of #B9B7B3
Complementary color
Monochromatic Colors of #B9B7B3
Black with #B9B7B3
Text Example
Text Example
White with #B9B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B7B3; }
p { color: rgb(185,183,179); }
H1.HeaderClassName
{
color: #B9B7B3;
}
.AnyTagClassName
{
color: #B9B7B3;
}
</style>
background-color css
<style>
a { background-color: #B9B7B3; }
a { background-color: rgb(185,183,179); }
div.DivClassName
{
background-color: #B9B7B3;
}
.BgClassName
{
background-color: #B9B7B3;
}
</style>
border-color css
<style>
span { border-color: #B9B7B3; }
span { border-color: rgb(185,183,179); }
td.TdClassName
{
border-color: #B9B7B3;
}
.TagClassName
{
border-color: #B9B7B3;
}
</style>