Shades of Pale Taupe #BE9279
Tints of Pale Taupe #BE9279
RGB
CMYK
RGB Variations
Color information
#BE9279 (or 0xBE9279) is known color: Pale Taupe. HEX triplet: BE, 92 and 79. RGB value is (190,146,121). Sum of RGB (Red+Green+Blue) = 190+146+121=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9279 is #416D86. Grayscale: #9C9C9C. Windows color (decimal): -4287879 or 7967422. OLE color: 7967422.
HSL color Cylindrical-coordinate representation of color #BE9279: hue angle of 21.74º degrees, saturation: 0.35, 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 #BE9279 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 121 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.25 |
| HSL | 21.74º | 0.35% | 0.61% | - |
| HSV(B) | 21.74º | 0.36% | 0.75% | - |
| XYZ | 34.97 | 32.89 | 22.59 | - |
| YUV | 156.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 121 | 0 | 0.23 | 0.36 | 0.25 | 21.74 | 0.35 | 0.61 |
| Hex | BE | 92 | 79 | 0 | 17 | 24 | 19 | 16 | 23 | 3D |
| Octal | 276 | 222 | 171 | 0 | 27 | 44 | 31 | 26 | 43 | 75 |
| Binary | 10111110 | 10010010 | 1111001 | 0 | 10111 | 100100 | 11001 | 10110 | 100011 | 111101 |
Color Harmonies of #BE9279
Complementary color
Monochromatic Colors of #BE9279
Black with #BE9279
Text Example
Text Example
White with #BE9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9279; }
p { color: rgb(190,146,121); }
H1.HeaderClassName
{
color: #BE9279;
}
.AnyTagClassName
{
color: #BE9279;
}
</style>
background-color css
<style>
a { background-color: #BE9279; }
a { background-color: rgb(190,146,121); }
div.DivClassName
{
background-color: #BE9279;
}
.BgClassName
{
background-color: #BE9279;
}
</style>
border-color css
<style>
span { border-color: #BE9279; }
span { border-color: rgb(190,146,121); }
td.TdClassName
{
border-color: #BE9279;
}
.TagClassName
{
border-color: #BE9279;
}
</style>