Shades of Pale Taupe #BE977B
Tints of Pale Taupe #BE977B
RGB
CMYK
RGB Variations
Color information
#BE977B (or 0xBE977B) is known color: Pale Taupe. HEX triplet: BE, 97 and 7B. RGB value is (190,151,123). Sum of RGB (Red+Green+Blue) = 190+151+123=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE977B is #416884. Grayscale: #9F9F9F. Windows color (decimal): -4286597 or 8099774. OLE color: 8099774.
HSL color Cylindrical-coordinate representation of color #BE977B: hue angle of 25.07º 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 #BE977B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 123 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.25 |
| HSL | 25.07º | 0.34% | 0.61% | - |
| HSV(B) | 25.07º | 0.35% | 0.75% | - |
| XYZ | 35.88 | 34.51 | 23.51 | - |
| YUV | 159.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 123 | 0 | 0.21 | 0.35 | 0.25 | 25.07 | 0.34 | 0.61 |
| Hex | BE | 97 | 7B | 0 | 15 | 23 | 19 | 19 | 22 | 3D |
| Octal | 276 | 227 | 173 | 0 | 25 | 43 | 31 | 31 | 42 | 75 |
| Binary | 10111110 | 10010111 | 1111011 | 0 | 10101 | 100011 | 11001 | 11001 | 100010 | 111101 |
Color Harmonies of #BE977B
Complementary color
Monochromatic Colors of #BE977B
Black with #BE977B
Text Example
Text Example
White with #BE977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE977B; }
p { color: rgb(190,151,123); }
H1.HeaderClassName
{
color: #BE977B;
}
.AnyTagClassName
{
color: #BE977B;
}
</style>
background-color css
<style>
a { background-color: #BE977B; }
a { background-color: rgb(190,151,123); }
div.DivClassName
{
background-color: #BE977B;
}
.BgClassName
{
background-color: #BE977B;
}
</style>
border-color css
<style>
span { border-color: #BE977B; }
span { border-color: rgb(190,151,123); }
td.TdClassName
{
border-color: #BE977B;
}
.TagClassName
{
border-color: #BE977B;
}
</style>