Shades of Pale Taupe #B79A85
Tints of Pale Taupe #B79A85
RGB
CMYK
RGB Variations
Color information
#B79A85 (or 0xB79A85) is known color: Pale Taupe. HEX triplet: B7, 9A and 85. RGB value is (183,154,133). Sum of RGB (Red+Green+Blue) = 183+154+133=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A85 is #48657A. Grayscale: #A0A0A0. Windows color (decimal): -4744571 or 8755895. OLE color: 8755895.
HSL color Cylindrical-coordinate representation of color #B79A85: hue angle of 25.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B79A85 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 133 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.28 |
| HSL | 25.2º | 0.26% | 0.62% | - |
| HSV(B) | 25.2º | 0.27% | 0.72% | - |
| XYZ | 35.32 | 34.87 | 27.06 | - |
| YUV | 160.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 133 | 0 | 0.16 | 0.27 | 0.28 | 25.2 | 0.26 | 0.62 |
| Hex | B7 | 9A | 85 | 0 | 10 | 1B | 1C | 19 | 1A | 3E |
| Octal | 267 | 232 | 205 | 0 | 20 | 33 | 34 | 31 | 32 | 76 |
| Binary | 10110111 | 10011010 | 10000101 | 0 | 10000 | 11011 | 11100 | 11001 | 11010 | 111110 |
Color Harmonies of #B79A85
Complementary color
Monochromatic Colors of #B79A85
Black with #B79A85
Text Example
Text Example
White with #B79A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A85; }
p { color: rgb(183,154,133); }
H1.HeaderClassName
{
color: #B79A85;
}
.AnyTagClassName
{
color: #B79A85;
}
</style>
background-color css
<style>
a { background-color: #B79A85; }
a { background-color: rgb(183,154,133); }
div.DivClassName
{
background-color: #B79A85;
}
.BgClassName
{
background-color: #B79A85;
}
</style>
border-color css
<style>
span { border-color: #B79A85; }
span { border-color: rgb(183,154,133); }
td.TdClassName
{
border-color: #B79A85;
}
.TagClassName
{
border-color: #B79A85;
}
</style>