Shades of Pale Taupe #BE9D83
Tints of Pale Taupe #BE9D83
RGB
CMYK
RGB Variations
Color information
#BE9D83 (or 0xBE9D83) is known color: Pale Taupe. HEX triplet: BE, 9D and 83. RGB value is (190,157,131). Sum of RGB (Red+Green+Blue) = 190+157+131=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D83 is #41627C. Grayscale: #A4A4A4. Windows color (decimal): -4285053 or 8625598. OLE color: 8625598.
HSL color Cylindrical-coordinate representation of color #BE9D83: hue angle of 26.44º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9D83 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 131 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.25 |
| HSL | 26.44º | 0.31% | 0.63% | - |
| HSV(B) | 26.44º | 0.31% | 0.75% | - |
| XYZ | 37.39 | 36.7 | 26.59 | - |
| YUV | 163.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 131 | 0 | 0.17 | 0.31 | 0.25 | 26.44 | 0.31 | 0.63 |
| Hex | BE | 9D | 83 | 0 | 11 | 1F | 19 | 1A | 1F | 3F |
| Octal | 276 | 235 | 203 | 0 | 21 | 37 | 31 | 32 | 37 | 77 |
| Binary | 10111110 | 10011101 | 10000011 | 0 | 10001 | 11111 | 11001 | 11010 | 11111 | 111111 |
Color Harmonies of #BE9D83
Complementary color
Monochromatic Colors of #BE9D83
Black with #BE9D83
Text Example
Text Example
White with #BE9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D83; }
p { color: rgb(190,157,131); }
H1.HeaderClassName
{
color: #BE9D83;
}
.AnyTagClassName
{
color: #BE9D83;
}
</style>
background-color css
<style>
a { background-color: #BE9D83; }
a { background-color: rgb(190,157,131); }
div.DivClassName
{
background-color: #BE9D83;
}
.BgClassName
{
background-color: #BE9D83;
}
</style>
border-color css
<style>
span { border-color: #BE9D83; }
span { border-color: rgb(190,157,131); }
td.TdClassName
{
border-color: #BE9D83;
}
.TagClassName
{
border-color: #BE9D83;
}
</style>