Shades of Pale Taupe #BE9073
Tints of Pale Taupe #BE9073
RGB
CMYK
RGB Variations
Color information
#BE9073 (or 0xBE9073) is known color: Pale Taupe. HEX triplet: BE, 90 and 73. RGB value is (190,144,115). Sum of RGB (Red+Green+Blue) = 190+144+115=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9073 is #416F8C. Grayscale: #9A9A9A. Windows color (decimal): -4288397 or 7573694. OLE color: 7573694.
HSL color Cylindrical-coordinate representation of color #BE9073: hue angle of 23.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE9073 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 115 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.25 |
| HSL | 23.2º | 0.37% | 0.6% | - |
| HSV(B) | 23.2º | 0.39% | 0.75% | - |
| XYZ | 34.3 | 32.13 | 20.61 | - |
| YUV | 154.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 115 | 0 | 0.24 | 0.39 | 0.25 | 23.2 | 0.37 | 0.6 |
| Hex | BE | 90 | 73 | 0 | 18 | 27 | 19 | 17 | 25 | 3C |
| Octal | 276 | 220 | 163 | 0 | 30 | 47 | 31 | 27 | 45 | 74 |
| Binary | 10111110 | 10010000 | 1110011 | 0 | 11000 | 100111 | 11001 | 10111 | 100101 | 111100 |
Color Harmonies of #BE9073
Complementary color
Monochromatic Colors of #BE9073
Black with #BE9073
Text Example
Text Example
White with #BE9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9073; }
p { color: rgb(190,144,115); }
H1.HeaderClassName
{
color: #BE9073;
}
.AnyTagClassName
{
color: #BE9073;
}
</style>
background-color css
<style>
a { background-color: #BE9073; }
a { background-color: rgb(190,144,115); }
div.DivClassName
{
background-color: #BE9073;
}
.BgClassName
{
background-color: #BE9073;
}
</style>
border-color css
<style>
span { border-color: #BE9073; }
span { border-color: rgb(190,144,115); }
td.TdClassName
{
border-color: #BE9073;
}
.TagClassName
{
border-color: #BE9073;
}
</style>