Shades of Pale Taupe #BE8F7A
Tints of Pale Taupe #BE8F7A
RGB
CMYK
RGB Variations
Color information
#BE8F7A (or 0xBE8F7A) is known color: Pale Taupe. HEX triplet: BE, 8F and 7A. RGB value is (190,143,122). Sum of RGB (Red+Green+Blue) = 190+143+122=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F7A is #417085. Grayscale: #9A9A9A. Windows color (decimal): -4288646 or 8032190. OLE color: 8032190.
HSL color Cylindrical-coordinate representation of color #BE8F7A: hue angle of 18.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE8F7A is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 122 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.25 |
| HSL | 18.53º | 0.34% | 0.61% | - |
| HSV(B) | 18.53º | 0.36% | 0.75% | - |
| XYZ | 34.57 | 32 | 22.77 | - |
| YUV | 154.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 122 | 0 | 0.25 | 0.36 | 0.25 | 18.53 | 0.34 | 0.61 |
| Hex | BE | 8F | 7A | 0 | 19 | 24 | 19 | 13 | 22 | 3D |
| Octal | 276 | 217 | 172 | 0 | 31 | 44 | 31 | 23 | 42 | 75 |
| Binary | 10111110 | 10001111 | 1111010 | 0 | 11001 | 100100 | 11001 | 10011 | 100010 | 111101 |
Color Harmonies of #BE8F7A
Complementary color
Monochromatic Colors of #BE8F7A
Black with #BE8F7A
Text Example
Text Example
White with #BE8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F7A; }
p { color: rgb(190,143,122); }
H1.HeaderClassName
{
color: #BE8F7A;
}
.AnyTagClassName
{
color: #BE8F7A;
}
</style>
background-color css
<style>
a { background-color: #BE8F7A; }
a { background-color: rgb(190,143,122); }
div.DivClassName
{
background-color: #BE8F7A;
}
.BgClassName
{
background-color: #BE8F7A;
}
</style>
border-color css
<style>
span { border-color: #BE8F7A; }
span { border-color: rgb(190,143,122); }
td.TdClassName
{
border-color: #BE8F7A;
}
.TagClassName
{
border-color: #BE8F7A;
}
</style>