Shades of Pale Taupe #BE937B
Tints of Pale Taupe #BE937B
RGB
CMYK
RGB Variations
Color information
#BE937B (or 0xBE937B) is known color: Pale Taupe. HEX triplet: BE, 93 and 7B. RGB value is (190,147,123). Sum of RGB (Red+Green+Blue) = 190+147+123=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE937B is #416C84. Grayscale: #9D9D9D. Windows color (decimal): -4287621 or 8098750. OLE color: 8098750.
HSL color Cylindrical-coordinate representation of color #BE937B: hue angle of 21.49º 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 #BE937B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 123 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.25 |
| HSL | 21.49º | 0.34% | 0.61% | - |
| HSV(B) | 21.49º | 0.35% | 0.75% | - |
| XYZ | 35.24 | 33.24 | 23.3 | - |
| YUV | 157.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 123 | 0 | 0.23 | 0.35 | 0.25 | 21.49 | 0.34 | 0.61 |
| Hex | BE | 93 | 7B | 0 | 17 | 23 | 19 | 15 | 22 | 3D |
| Octal | 276 | 223 | 173 | 0 | 27 | 43 | 31 | 25 | 42 | 75 |
| Binary | 10111110 | 10010011 | 1111011 | 0 | 10111 | 100011 | 11001 | 10101 | 100010 | 111101 |
Color Harmonies of #BE937B
Complementary color
Monochromatic Colors of #BE937B
Black with #BE937B
Text Example
Text Example
White with #BE937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE937B; }
p { color: rgb(190,147,123); }
H1.HeaderClassName
{
color: #BE937B;
}
.AnyTagClassName
{
color: #BE937B;
}
</style>
background-color css
<style>
a { background-color: #BE937B; }
a { background-color: rgb(190,147,123); }
div.DivClassName
{
background-color: #BE937B;
}
.BgClassName
{
background-color: #BE937B;
}
</style>
border-color css
<style>
span { border-color: #BE937B; }
span { border-color: rgb(190,147,123); }
td.TdClassName
{
border-color: #BE937B;
}
.TagClassName
{
border-color: #BE937B;
}
</style>