Shades of Cotton Seed #BEB8AC
Tints of Cotton Seed #BEB8AC
RGB
CMYK
RGB Variations
Color information
#BEB8AC (or 0xBEB8AC) is known color: Cotton Seed. HEX triplet: BE, B8 and AC. RGB value is (190,184,172). Sum of RGB (Red+Green+Blue) = 190+184+172=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8AC is #414753. Grayscale: #B8B8B8. Windows color (decimal): -4278100 or 11319486. OLE color: 11319486.
HSL color Cylindrical-coordinate representation of color #BEB8AC: hue angle of 40º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB8AC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 184 | 172 | - |
CMYK | 0 | 0.03 | 0.09 | 0.25 |
HSL | 40º | 0.12% | 0.71% | - |
HSV(B) | 40º | 0.09% | 0.75% | - |
XYZ | 45.82 | 48.21 | 45.92 | - |
YUV | 184.43 | 120.99 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 184 | 172 | 0 | 0.03 | 0.09 | 0.25 | 40 | 0.12 | 0.71 |
Hex | BE | B8 | AC | 0 | 3 | 9 | 19 | 28 | C | 47 |
Octal | 276 | 270 | 254 | 0 | 3 | 11 | 31 | 50 | 14 | 107 |
Binary | 10111110 | 10111000 | 10101100 | 0 | 11 | 1001 | 11001 | 101000 | 1100 | 1000111 |
Color Harmonies of #BEB8AC
Complementary color
Monochromatic Colors of #BEB8AC
Black with #BEB8AC
Text Example
Text Example
White with #BEB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB8AC; }
p { color: rgb(190,184,172); }
H1.HeaderClassName
{
color: #BEB8AC;
}
.AnyTagClassName
{
color: #BEB8AC;
}
</style>
background-color css
<style>
a { background-color: #BEB8AC; }
a { background-color: rgb(190,184,172); }
div.DivClassName
{
background-color: #BEB8AC;
}
.BgClassName
{
background-color: #BEB8AC;
}
</style>
border-color css
<style>
span { border-color: #BEB8AC; }
span { border-color: rgb(190,184,172); }
td.TdClassName
{
border-color: #BEB8AC;
}
.TagClassName
{
border-color: #BEB8AC;
}
</style>