Shades of Cotton Seed #B4B2AD
Tints of Cotton Seed #B4B2AD
RGB
CMYK
RGB Variations
Color information
#B4B2AD (or 0xB4B2AD) is known color: Cotton Seed. HEX triplet: B4, B2 and AD. RGB value is (180,178,173). Sum of RGB (Red+Green+Blue) = 180+178+173=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B2AD is #4B4D52. Grayscale: #B2B2B2. Windows color (decimal): -4934995 or 11383476. OLE color: 11383476.
HSL color Cylindrical-coordinate representation of color #B4B2AD: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4B2AD is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 173 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.29 |
| HSL | 42.86º | 0.04% | 0.69% | - |
| HSV(B) | 42.86º | 0.04% | 0.71% | - |
| XYZ | 42.29 | 44.56 | 45.91 | - |
| YUV | 178.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 173 | 0 | 0.01 | 0.04 | 0.29 | 42.86 | 0.04 | 0.69 |
| Hex | B4 | B2 | AD | 0 | 1 | 4 | 1D | 2B | 4 | 45 |
| Octal | 264 | 262 | 255 | 0 | 1 | 4 | 35 | 53 | 4 | 105 |
| Binary | 10110100 | 10110010 | 10101101 | 0 | 1 | 100 | 11101 | 101011 | 100 | 1000101 |
Color Harmonies of #B4B2AD
Complementary color
Monochromatic Colors of #B4B2AD
Black with #B4B2AD
Text Example
Text Example
White with #B4B2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B2AD; }
p { color: rgb(180,178,173); }
H1.HeaderClassName
{
color: #B4B2AD;
}
.AnyTagClassName
{
color: #B4B2AD;
}
</style>
background-color css
<style>
a { background-color: #B4B2AD; }
a { background-color: rgb(180,178,173); }
div.DivClassName
{
background-color: #B4B2AD;
}
.BgClassName
{
background-color: #B4B2AD;
}
</style>
border-color css
<style>
span { border-color: #B4B2AD; }
span { border-color: rgb(180,178,173); }
td.TdClassName
{
border-color: #B4B2AD;
}
.TagClassName
{
border-color: #B4B2AD;
}
</style>