Shades of Cotton Seed #B5B2AC
Tints of Cotton Seed #B5B2AC
RGB
CMYK
RGB Variations
Color information
#B5B2AC (or 0xB5B2AC) is known color: Cotton Seed. HEX triplet: B5, B2 and AC. RGB value is (181,178,172). Sum of RGB (Red+Green+Blue) = 181+178+172=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B2AC is #4A4D53. Grayscale: #B2B2B2. Windows color (decimal): -4869460 or 11317941. OLE color: 11317941.
HSL color Cylindrical-coordinate representation of color #B5B2AC: hue angle of 40º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5B2AC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 178 | 172 | - |
CMYK | 0 | 0.02 | 0.05 | 0.29 |
HSL | 40º | 0.06% | 0.69% | - |
HSV(B) | 40º | 0.05% | 0.71% | - |
XYZ | 42.42 | 44.64 | 45.41 | - |
YUV | 178.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 178 | 172 | 0 | 0.02 | 0.05 | 0.29 | 40 | 0.06 | 0.69 |
Hex | B5 | B2 | AC | 0 | 2 | 5 | 1D | 28 | 6 | 45 |
Octal | 265 | 262 | 254 | 0 | 2 | 5 | 35 | 50 | 6 | 105 |
Binary | 10110101 | 10110010 | 10101100 | 0 | 10 | 101 | 11101 | 101000 | 110 | 1000101 |
Color Harmonies of #B5B2AC
Complementary color
Monochromatic Colors of #B5B2AC
Black with #B5B2AC
Text Example
Text Example
White with #B5B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B2AC; }
p { color: rgb(181,178,172); }
H1.HeaderClassName
{
color: #B5B2AC;
}
.AnyTagClassName
{
color: #B5B2AC;
}
</style>
background-color css
<style>
a { background-color: #B5B2AC; }
a { background-color: rgb(181,178,172); }
div.DivClassName
{
background-color: #B5B2AC;
}
.BgClassName
{
background-color: #B5B2AC;
}
</style>
border-color css
<style>
span { border-color: #B5B2AC; }
span { border-color: rgb(181,178,172); }
td.TdClassName
{
border-color: #B5B2AC;
}
.TagClassName
{
border-color: #B5B2AC;
}
</style>