Shades of Pale Taupe #BE9477
Tints of Pale Taupe #BE9477
RGB
CMYK
RGB Variations
Color information
#BE9477 (or 0xBE9477) is known color: Pale Taupe. HEX triplet: BE, 94 and 77. RGB value is (190,148,119). Sum of RGB (Red+Green+Blue) = 190+148+119=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9477 is #416B88. Grayscale: #9D9D9D. Windows color (decimal): -4287369 or 7836862. OLE color: 7836862.
HSL color Cylindrical-coordinate representation of color #BE9477: hue angle of 24.51º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9477 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 119 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.25 |
| HSL | 24.51º | 0.35% | 0.61% | - |
| HSV(B) | 24.51º | 0.37% | 0.75% | - |
| XYZ | 35.15 | 33.46 | 22.06 | - |
| YUV | 157.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 119 | 0 | 0.22 | 0.37 | 0.25 | 24.51 | 0.35 | 0.61 |
| Hex | BE | 94 | 77 | 0 | 16 | 25 | 19 | 19 | 23 | 3D |
| Octal | 276 | 224 | 167 | 0 | 26 | 45 | 31 | 31 | 43 | 75 |
| Binary | 10111110 | 10010100 | 1110111 | 0 | 10110 | 100101 | 11001 | 11001 | 100011 | 111101 |
Color Harmonies of #BE9477
Complementary color
Monochromatic Colors of #BE9477
Black with #BE9477
Text Example
Text Example
White with #BE9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9477; }
p { color: rgb(190,148,119); }
H1.HeaderClassName
{
color: #BE9477;
}
.AnyTagClassName
{
color: #BE9477;
}
</style>
background-color css
<style>
a { background-color: #BE9477; }
a { background-color: rgb(190,148,119); }
div.DivClassName
{
background-color: #BE9477;
}
.BgClassName
{
background-color: #BE9477;
}
</style>
border-color css
<style>
span { border-color: #BE9477; }
span { border-color: rgb(190,148,119); }
td.TdClassName
{
border-color: #BE9477;
}
.TagClassName
{
border-color: #BE9477;
}
</style>