Shades of Pale Taupe #BE9683
Tints of Pale Taupe #BE9683
RGB
CMYK
RGB Variations
Color information
#BE9683 (or 0xBE9683) is known color: Pale Taupe. HEX triplet: BE, 96 and 83. RGB value is (190,150,131). Sum of RGB (Red+Green+Blue) = 190+150+131=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9683 is #41697C. Grayscale: #9F9F9F. Windows color (decimal): -4286845 or 8623806. OLE color: 8623806.
HSL color Cylindrical-coordinate representation of color #BE9683: hue angle of 19.32º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE9683 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 131 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.25 |
| HSL | 19.32º | 0.31% | 0.63% | - |
| HSV(B) | 19.32º | 0.31% | 0.75% | - |
| XYZ | 36.24 | 34.4 | 26.2 | - |
| YUV | 159.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 131 | 0 | 0.21 | 0.31 | 0.25 | 19.32 | 0.31 | 0.63 |
| Hex | BE | 96 | 83 | 0 | 15 | 1F | 19 | 13 | 1F | 3F |
| Octal | 276 | 226 | 203 | 0 | 25 | 37 | 31 | 23 | 37 | 77 |
| Binary | 10111110 | 10010110 | 10000011 | 0 | 10101 | 11111 | 11001 | 10011 | 11111 | 111111 |
Color Harmonies of #BE9683
Complementary color
Monochromatic Colors of #BE9683
Black with #BE9683
Text Example
Text Example
White with #BE9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9683; }
p { color: rgb(190,150,131); }
H1.HeaderClassName
{
color: #BE9683;
}
.AnyTagClassName
{
color: #BE9683;
}
</style>
background-color css
<style>
a { background-color: #BE9683; }
a { background-color: rgb(190,150,131); }
div.DivClassName
{
background-color: #BE9683;
}
.BgClassName
{
background-color: #BE9683;
}
</style>
border-color css
<style>
span { border-color: #BE9683; }
span { border-color: rgb(190,150,131); }
td.TdClassName
{
border-color: #BE9683;
}
.TagClassName
{
border-color: #BE9683;
}
</style>