Shades of Pale Taupe #B5A08B
Tints of Pale Taupe #B5A08B
RGB
CMYK
RGB Variations
Color information
#B5A08B (or 0xB5A08B) is known color: Pale Taupe. HEX triplet: B5, A0 and 8B. RGB value is (181,160,139). Sum of RGB (Red+Green+Blue) = 181+160+139=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A08B is #4A5F74. Grayscale: #A3A3A3. Windows color (decimal): -4874101 or 9150645. OLE color: 9150645.
HSL color Cylindrical-coordinate representation of color #B5A08B: hue angle of 30º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5A08B is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 160 | 139 | - |
CMYK | 0 | 0.12 | 0.23 | 0.29 |
HSL | 30º | 0.22% | 0.63% | - |
HSV(B) | 30º | 0.23% | 0.71% | - |
XYZ | 36.29 | 36.83 | 29.62 | - |
YUV | 163.89 | 113.96 | 140.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 160 | 139 | 0 | 0.12 | 0.23 | 0.29 | 30 | 0.22 | 0.63 |
Hex | B5 | A0 | 8B | 0 | C | 17 | 1D | 1E | 16 | 3F |
Octal | 265 | 240 | 213 | 0 | 14 | 27 | 35 | 36 | 26 | 77 |
Binary | 10110101 | 10100000 | 10001011 | 0 | 1100 | 10111 | 11101 | 11110 | 10110 | 111111 |
Color Harmonies of #B5A08B
Complementary color
Monochromatic Colors of #B5A08B
Black with #B5A08B
Text Example
Text Example
White with #B5A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A08B; }
p { color: rgb(181,160,139); }
H1.HeaderClassName
{
color: #B5A08B;
}
.AnyTagClassName
{
color: #B5A08B;
}
</style>
background-color css
<style>
a { background-color: #B5A08B; }
a { background-color: rgb(181,160,139); }
div.DivClassName
{
background-color: #B5A08B;
}
.BgClassName
{
background-color: #B5A08B;
}
</style>
border-color css
<style>
span { border-color: #B5A08B; }
span { border-color: rgb(181,160,139); }
td.TdClassName
{
border-color: #B5A08B;
}
.TagClassName
{
border-color: #B5A08B;
}
</style>