Shades of Cotton Seed #B9B5AF
Tints of Cotton Seed #B9B5AF
RGB
CMYK
RGB Variations
Color information
#B9B5AF (or 0xB9B5AF) is known color: Cotton Seed. HEX triplet: B9, B5 and AF. RGB value is (185,181,175). Sum of RGB (Red+Green+Blue) = 185+181+175=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B5AF is #464A50. Grayscale: #B5B5B5. Windows color (decimal): -4606545 or 11515321. OLE color: 11515321.
HSL color Cylindrical-coordinate representation of color #B9B5AF: hue angle of 36º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9B5AF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 181 | 175 | - |
CMYK | 0 | 0.02 | 0.05 | 0.27 |
HSL | 36º | 0.07% | 0.71% | - |
HSV(B) | 36º | 0.05% | 0.73% | - |
XYZ | 44.27 | 46.46 | 47.19 | - |
YUV | 181.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 181 | 175 | 0 | 0.02 | 0.05 | 0.27 | 36 | 0.07 | 0.71 |
Hex | B9 | B5 | AF | 0 | 2 | 5 | 1B | 24 | 7 | 47 |
Octal | 271 | 265 | 257 | 0 | 2 | 5 | 33 | 44 | 7 | 107 |
Binary | 10111001 | 10110101 | 10101111 | 0 | 10 | 101 | 11011 | 100100 | 111 | 1000111 |
Color Harmonies of #B9B5AF
Complementary color
Monochromatic Colors of #B9B5AF
Black with #B9B5AF
Text Example
Text Example
White with #B9B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B5AF; }
p { color: rgb(185,181,175); }
H1.HeaderClassName
{
color: #B9B5AF;
}
.AnyTagClassName
{
color: #B9B5AF;
}
</style>
background-color css
<style>
a { background-color: #B9B5AF; }
a { background-color: rgb(185,181,175); }
div.DivClassName
{
background-color: #B9B5AF;
}
.BgClassName
{
background-color: #B9B5AF;
}
</style>
border-color css
<style>
span { border-color: #B9B5AF; }
span { border-color: rgb(185,181,175); }
td.TdClassName
{
border-color: #B9B5AF;
}
.TagClassName
{
border-color: #B9B5AF;
}
</style>