Shades of Pale Taupe #B6A088
Tints of Pale Taupe #B6A088
RGB
CMYK
RGB Variations
Color information
#B6A088 (or 0xB6A088) is known color: Pale Taupe. HEX triplet: B6, A0 and 88. RGB value is (182,160,136). Sum of RGB (Red+Green+Blue) = 182+160+136=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A088 is #495F77. Grayscale: #A3A3A3. Windows color (decimal): -4808568 or 8954038. OLE color: 8954038.
HSL color Cylindrical-coordinate representation of color #B6A088: hue angle of 31.3º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6A088 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 136 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.29 |
| HSL | 31.3º | 0.24% | 0.62% | - |
| HSV(B) | 31.3º | 0.25% | 0.71% | - |
| XYZ | 36.31 | 36.86 | 28.49 | - |
| YUV | 163.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 136 | 0 | 0.12 | 0.25 | 0.29 | 31.3 | 0.24 | 0.62 |
| Hex | B6 | A0 | 88 | 0 | C | 19 | 1D | 1F | 18 | 3E |
| Octal | 266 | 240 | 210 | 0 | 14 | 31 | 35 | 37 | 30 | 76 |
| Binary | 10110110 | 10100000 | 10001000 | 0 | 1100 | 11001 | 11101 | 11111 | 11000 | 111110 |
Color Harmonies of #B6A088
Complementary color
Monochromatic Colors of #B6A088
Black with #B6A088
Text Example
Text Example
White with #B6A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A088; }
p { color: rgb(182,160,136); }
H1.HeaderClassName
{
color: #B6A088;
}
.AnyTagClassName
{
color: #B6A088;
}
</style>
background-color css
<style>
a { background-color: #B6A088; }
a { background-color: rgb(182,160,136); }
div.DivClassName
{
background-color: #B6A088;
}
.BgClassName
{
background-color: #B6A088;
}
</style>
border-color css
<style>
span { border-color: #B6A088; }
span { border-color: rgb(182,160,136); }
td.TdClassName
{
border-color: #B6A088;
}
.TagClassName
{
border-color: #B6A088;
}
</style>