Shades of Pale Taupe #BE997B
Tints of Pale Taupe #BE997B
RGB
CMYK
RGB Variations
Color information
#BE997B (or 0xBE997B) is known color: Pale Taupe. HEX triplet: BE, 99 and 7B. RGB value is (190,153,123). Sum of RGB (Red+Green+Blue) = 190+153+123=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE997B is #416684. Grayscale: #A0A0A0. Windows color (decimal): -4286085 or 8100286. OLE color: 8100286.
HSL color Cylindrical-coordinate representation of color #BE997B: hue angle of 26.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE997B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 123 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.25 |
| HSL | 26.87º | 0.34% | 0.61% | - |
| HSV(B) | 26.87º | 0.35% | 0.75% | - |
| XYZ | 36.2 | 35.16 | 23.62 | - |
| YUV | 160.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 123 | 0 | 0.19 | 0.35 | 0.25 | 26.87 | 0.34 | 0.61 |
| Hex | BE | 99 | 7B | 0 | 13 | 23 | 19 | 1B | 22 | 3D |
| Octal | 276 | 231 | 173 | 0 | 23 | 43 | 31 | 33 | 42 | 75 |
| Binary | 10111110 | 10011001 | 1111011 | 0 | 10011 | 100011 | 11001 | 11011 | 100010 | 111101 |
Color Harmonies of #BE997B
Complementary color
Monochromatic Colors of #BE997B
Black with #BE997B
Text Example
Text Example
White with #BE997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE997B; }
p { color: rgb(190,153,123); }
H1.HeaderClassName
{
color: #BE997B;
}
.AnyTagClassName
{
color: #BE997B;
}
</style>
background-color css
<style>
a { background-color: #BE997B; }
a { background-color: rgb(190,153,123); }
div.DivClassName
{
background-color: #BE997B;
}
.BgClassName
{
background-color: #BE997B;
}
</style>
border-color css
<style>
span { border-color: #BE997B; }
span { border-color: rgb(190,153,123); }
td.TdClassName
{
border-color: #BE997B;
}
.TagClassName
{
border-color: #BE997B;
}
</style>