Shades of Pale Taupe #BE8F73
Tints of Pale Taupe #BE8F73
RGB
CMYK
RGB Variations
Color information
#BE8F73 (or 0xBE8F73) is known color: Pale Taupe. HEX triplet: BE, 8F and 73. RGB value is (190,143,115). Sum of RGB (Red+Green+Blue) = 190+143+115=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F73 is #41708C. Grayscale: #9A9A9A. Windows color (decimal): -4288653 or 7573438. OLE color: 7573438.
HSL color Cylindrical-coordinate representation of color #BE8F73: hue angle of 22.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8F73 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 115 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.25 |
| HSL | 22.4º | 0.37% | 0.6% | - |
| HSV(B) | 22.4º | 0.39% | 0.75% | - |
| XYZ | 34.15 | 31.83 | 20.56 | - |
| YUV | 153.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 115 | 0 | 0.25 | 0.39 | 0.25 | 22.4 | 0.37 | 0.6 |
| Hex | BE | 8F | 73 | 0 | 19 | 27 | 19 | 16 | 25 | 3C |
| Octal | 276 | 217 | 163 | 0 | 31 | 47 | 31 | 26 | 45 | 74 |
| Binary | 10111110 | 10001111 | 1110011 | 0 | 11001 | 100111 | 11001 | 10110 | 100101 | 111100 |
Color Harmonies of #BE8F73
Complementary color
Monochromatic Colors of #BE8F73
Black with #BE8F73
Text Example
Text Example
White with #BE8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F73; }
p { color: rgb(190,143,115); }
H1.HeaderClassName
{
color: #BE8F73;
}
.AnyTagClassName
{
color: #BE8F73;
}
</style>
background-color css
<style>
a { background-color: #BE8F73; }
a { background-color: rgb(190,143,115); }
div.DivClassName
{
background-color: #BE8F73;
}
.BgClassName
{
background-color: #BE8F73;
}
</style>
border-color css
<style>
span { border-color: #BE8F73; }
span { border-color: rgb(190,143,115); }
td.TdClassName
{
border-color: #BE8F73;
}
.TagClassName
{
border-color: #BE8F73;
}
</style>