Shades of Pale Taupe #BE9682
Tints of Pale Taupe #BE9682
RGB
CMYK
RGB Variations
Color information
#BE9682 (or 0xBE9682) is known color: Pale Taupe. HEX triplet: BE, 96 and 82. RGB value is (190,150,130). Sum of RGB (Red+Green+Blue) = 190+150+130=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9682 is #41697D. Grayscale: #9F9F9F. Windows color (decimal): -4286846 or 8558270. OLE color: 8558270.
HSL color Cylindrical-coordinate representation of color #BE9682: hue angle of 20º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE9682 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 130 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.25 |
| HSL | 20º | 0.32% | 0.63% | - |
| HSV(B) | 20º | 0.32% | 0.75% | - |
| XYZ | 36.17 | 34.37 | 25.85 | - |
| YUV | 159.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 130 | 0 | 0.21 | 0.32 | 0.25 | 20 | 0.32 | 0.63 |
| Hex | BE | 96 | 82 | 0 | 15 | 20 | 19 | 14 | 20 | 3F |
| Octal | 276 | 226 | 202 | 0 | 25 | 40 | 31 | 24 | 40 | 77 |
| Binary | 10111110 | 10010110 | 10000010 | 0 | 10101 | 100000 | 11001 | 10100 | 100000 | 111111 |
Color Harmonies of #BE9682
Complementary color
Monochromatic Colors of #BE9682
Black with #BE9682
Text Example
Text Example
White with #BE9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9682; }
p { color: rgb(190,150,130); }
H1.HeaderClassName
{
color: #BE9682;
}
.AnyTagClassName
{
color: #BE9682;
}
</style>
background-color css
<style>
a { background-color: #BE9682; }
a { background-color: rgb(190,150,130); }
div.DivClassName
{
background-color: #BE9682;
}
.BgClassName
{
background-color: #BE9682;
}
</style>
border-color css
<style>
span { border-color: #BE9682; }
span { border-color: rgb(190,150,130); }
td.TdClassName
{
border-color: #BE9682;
}
.TagClassName
{
border-color: #BE9682;
}
</style>