Shades of Pale Taupe #BE917D
Tints of Pale Taupe #BE917D
RGB
CMYK
RGB Variations
Color information
#BE917D (or 0xBE917D) is known color: Pale Taupe. HEX triplet: BE, 91 and 7D. RGB value is (190,145,125). Sum of RGB (Red+Green+Blue) = 190+145+125=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE917D is #416E82. Grayscale: #9C9C9C. Windows color (decimal): -4288131 or 8229310. OLE color: 8229310.
HSL color Cylindrical-coordinate representation of color #BE917D: hue angle of 18.46º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE917D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 125 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.25 |
| HSL | 18.46º | 0.33% | 0.62% | - |
| HSV(B) | 18.46º | 0.34% | 0.75% | - |
| XYZ | 35.06 | 32.68 | 23.86 | - |
| YUV | 156.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 125 | 0 | 0.24 | 0.34 | 0.25 | 18.46 | 0.33 | 0.62 |
| Hex | BE | 91 | 7D | 0 | 18 | 22 | 19 | 12 | 21 | 3E |
| Octal | 276 | 221 | 175 | 0 | 30 | 42 | 31 | 22 | 41 | 76 |
| Binary | 10111110 | 10010001 | 1111101 | 0 | 11000 | 100010 | 11001 | 10010 | 100001 | 111110 |
Color Harmonies of #BE917D
Complementary color
Monochromatic Colors of #BE917D
Black with #BE917D
Text Example
Text Example
White with #BE917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE917D; }
p { color: rgb(190,145,125); }
H1.HeaderClassName
{
color: #BE917D;
}
.AnyTagClassName
{
color: #BE917D;
}
</style>
background-color css
<style>
a { background-color: #BE917D; }
a { background-color: rgb(190,145,125); }
div.DivClassName
{
background-color: #BE917D;
}
.BgClassName
{
background-color: #BE917D;
}
</style>
border-color css
<style>
span { border-color: #BE917D; }
span { border-color: rgb(190,145,125); }
td.TdClassName
{
border-color: #BE917D;
}
.TagClassName
{
border-color: #BE917D;
}
</style>