Shades of Cotton Seed #B8B4AB
Tints of Cotton Seed #B8B4AB
RGB
CMYK
RGB Variations
Color information
#B8B4AB (or 0xB8B4AB) is known color: Cotton Seed. HEX triplet: B8, B4 and AB. RGB value is (184,180,171). Sum of RGB (Red+Green+Blue) = 184+180+171=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B4AB is #474B54. Grayscale: #B4B4B4. Windows color (decimal): -4672341 or 11252920. OLE color: 11252920.
HSL color Cylindrical-coordinate representation of color #B8B4AB: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8B4AB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 180 | 171 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.28 |
| HSL | 41.54º | 0.08% | 0.7% | - |
| HSV(B) | 41.54º | 0.07% | 0.72% | - |
| XYZ | 43.44 | 45.77 | 45.07 | - |
| YUV | 180.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 180 | 171 | 0 | 0.02 | 0.07 | 0.28 | 41.54 | 0.08 | 0.7 |
| Hex | B8 | B4 | AB | 0 | 2 | 7 | 1C | 2A | 8 | 46 |
| Octal | 270 | 264 | 253 | 0 | 2 | 7 | 34 | 52 | 10 | 106 |
| Binary | 10111000 | 10110100 | 10101011 | 0 | 10 | 111 | 11100 | 101010 | 1000 | 1000110 |
Color Harmonies of #B8B4AB
Complementary color
Monochromatic Colors of #B8B4AB
Black with #B8B4AB
Text Example
Text Example
White with #B8B4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B4AB; }
p { color: rgb(184,180,171); }
H1.HeaderClassName
{
color: #B8B4AB;
}
.AnyTagClassName
{
color: #B8B4AB;
}
</style>
background-color css
<style>
a { background-color: #B8B4AB; }
a { background-color: rgb(184,180,171); }
div.DivClassName
{
background-color: #B8B4AB;
}
.BgClassName
{
background-color: #B8B4AB;
}
</style>
border-color css
<style>
span { border-color: #B8B4AB; }
span { border-color: rgb(184,180,171); }
td.TdClassName
{
border-color: #B8B4AB;
}
.TagClassName
{
border-color: #B8B4AB;
}
</style>