Shades of Pale Taupe #BE9F7A
Tints of Pale Taupe #BE9F7A
RGB
CMYK
RGB Variations
Color information
#BE9F7A (or 0xBE9F7A) is known color: Pale Taupe. HEX triplet: BE, 9F and 7A. RGB value is (190,159,122). Sum of RGB (Red+Green+Blue) = 190+159+122=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F7A is #416085. Grayscale: #A4A4A4. Windows color (decimal): -4284550 or 8036286. OLE color: 8036286.
HSL color Cylindrical-coordinate representation of color #BE9F7A: hue angle of 32.65º 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 #BE9F7A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 122 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.25 |
| HSL | 32.65º | 0.34% | 0.61% | - |
| HSV(B) | 32.65º | 0.36% | 0.75% | - |
| XYZ | 37.15 | 37.15 | 23.62 | - |
| YUV | 164.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 122 | 0 | 0.16 | 0.36 | 0.25 | 32.65 | 0.34 | 0.61 |
| Hex | BE | 9F | 7A | 0 | 10 | 24 | 19 | 21 | 22 | 3D |
| Octal | 276 | 237 | 172 | 0 | 20 | 44 | 31 | 41 | 42 | 75 |
| Binary | 10111110 | 10011111 | 1111010 | 0 | 10000 | 100100 | 11001 | 100001 | 100010 | 111101 |
Color Harmonies of #BE9F7A
Complementary color
Monochromatic Colors of #BE9F7A
Black with #BE9F7A
Text Example
Text Example
White with #BE9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F7A; }
p { color: rgb(190,159,122); }
H1.HeaderClassName
{
color: #BE9F7A;
}
.AnyTagClassName
{
color: #BE9F7A;
}
</style>
background-color css
<style>
a { background-color: #BE9F7A; }
a { background-color: rgb(190,159,122); }
div.DivClassName
{
background-color: #BE9F7A;
}
.BgClassName
{
background-color: #BE9F7A;
}
</style>
border-color css
<style>
span { border-color: #BE9F7A; }
span { border-color: rgb(190,159,122); }
td.TdClassName
{
border-color: #BE9F7A;
}
.TagClassName
{
border-color: #BE9F7A;
}
</style>