Shades of Pale Taupe #BE967F
Tints of Pale Taupe #BE967F
RGB
CMYK
RGB Variations
Color information
#BE967F (or 0xBE967F) is known color: Pale Taupe. HEX triplet: BE, 96 and 7F. RGB value is (190,150,127). Sum of RGB (Red+Green+Blue) = 190+150+127=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE967F is #416980. Grayscale: #9F9F9F. Windows color (decimal): -4286849 or 8361662. OLE color: 8361662.
HSL color Cylindrical-coordinate representation of color #BE967F: hue angle of 21.9º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE967F is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 127 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.25 |
| HSL | 21.9º | 0.33% | 0.62% | - |
| HSV(B) | 21.9º | 0.33% | 0.75% | - |
| XYZ | 35.97 | 34.29 | 24.8 | - |
| YUV | 159.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 127 | 0 | 0.21 | 0.33 | 0.25 | 21.9 | 0.33 | 0.62 |
| Hex | BE | 96 | 7F | 0 | 15 | 21 | 19 | 16 | 21 | 3E |
| Octal | 276 | 226 | 177 | 0 | 25 | 41 | 31 | 26 | 41 | 76 |
| Binary | 10111110 | 10010110 | 1111111 | 0 | 10101 | 100001 | 11001 | 10110 | 100001 | 111110 |
Color Harmonies of #BE967F
Complementary color
Monochromatic Colors of #BE967F
Black with #BE967F
Text Example
Text Example
White with #BE967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE967F; }
p { color: rgb(190,150,127); }
H1.HeaderClassName
{
color: #BE967F;
}
.AnyTagClassName
{
color: #BE967F;
}
</style>
background-color css
<style>
a { background-color: #BE967F; }
a { background-color: rgb(190,150,127); }
div.DivClassName
{
background-color: #BE967F;
}
.BgClassName
{
background-color: #BE967F;
}
</style>
border-color css
<style>
span { border-color: #BE967F; }
span { border-color: rgb(190,150,127); }
td.TdClassName
{
border-color: #BE967F;
}
.TagClassName
{
border-color: #BE967F;
}
</style>