Shades of Pale Taupe #BE977C
Tints of Pale Taupe #BE977C
RGB
CMYK
RGB Variations
Color information
#BE977C (or 0xBE977C) is known color: Pale Taupe. HEX triplet: BE, 97 and 7C. RGB value is (190,151,124). Sum of RGB (Red+Green+Blue) = 190+151+124=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE977C is #416883. Grayscale: #9F9F9F. Windows color (decimal): -4286596 or 8165310. OLE color: 8165310.
HSL color Cylindrical-coordinate representation of color #BE977C: hue angle of 24.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE977C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 124 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.25 |
| HSL | 24.55º | 0.34% | 0.62% | - |
| HSV(B) | 24.55º | 0.35% | 0.75% | - |
| XYZ | 35.94 | 34.54 | 23.84 | - |
| YUV | 159.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 124 | 0 | 0.21 | 0.35 | 0.25 | 24.55 | 0.34 | 0.62 |
| Hex | BE | 97 | 7C | 0 | 15 | 23 | 19 | 19 | 22 | 3E |
| Octal | 276 | 227 | 174 | 0 | 25 | 43 | 31 | 31 | 42 | 76 |
| Binary | 10111110 | 10010111 | 1111100 | 0 | 10101 | 100011 | 11001 | 11001 | 100010 | 111110 |
Color Harmonies of #BE977C
Complementary color
Monochromatic Colors of #BE977C
Black with #BE977C
Text Example
Text Example
White with #BE977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE977C; }
p { color: rgb(190,151,124); }
H1.HeaderClassName
{
color: #BE977C;
}
.AnyTagClassName
{
color: #BE977C;
}
</style>
background-color css
<style>
a { background-color: #BE977C; }
a { background-color: rgb(190,151,124); }
div.DivClassName
{
background-color: #BE977C;
}
.BgClassName
{
background-color: #BE977C;
}
</style>
border-color css
<style>
span { border-color: #BE977C; }
span { border-color: rgb(190,151,124); }
td.TdClassName
{
border-color: #BE977C;
}
.TagClassName
{
border-color: #BE977C;
}
</style>