Shades of Pale Taupe #BE9678
Tints of Pale Taupe #BE9678
RGB
CMYK
RGB Variations
Color information
#BE9678 (or 0xBE9678) is known color: Pale Taupe. HEX triplet: BE, 96 and 78. RGB value is (190,150,120). Sum of RGB (Red+Green+Blue) = 190+150+120=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9678 is #416987. Grayscale: #9E9E9E. Windows color (decimal): -4286856 or 7902910. OLE color: 7902910.
HSL color Cylindrical-coordinate representation of color #BE9678: hue angle of 25.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9678 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 120 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.25 |
| HSL | 25.71º | 0.35% | 0.61% | - |
| HSV(B) | 25.71º | 0.37% | 0.75% | - |
| XYZ | 35.53 | 34.12 | 22.48 | - |
| YUV | 158.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 120 | 0 | 0.21 | 0.37 | 0.25 | 25.71 | 0.35 | 0.61 |
| Hex | BE | 96 | 78 | 0 | 15 | 25 | 19 | 1A | 23 | 3D |
| Octal | 276 | 226 | 170 | 0 | 25 | 45 | 31 | 32 | 43 | 75 |
| Binary | 10111110 | 10010110 | 1111000 | 0 | 10101 | 100101 | 11001 | 11010 | 100011 | 111101 |
Color Harmonies of #BE9678
Complementary color
Monochromatic Colors of #BE9678
Black with #BE9678
Text Example
Text Example
White with #BE9678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9678; }
p { color: rgb(190,150,120); }
H1.HeaderClassName
{
color: #BE9678;
}
.AnyTagClassName
{
color: #BE9678;
}
</style>
background-color css
<style>
a { background-color: #BE9678; }
a { background-color: rgb(190,150,120); }
div.DivClassName
{
background-color: #BE9678;
}
.BgClassName
{
background-color: #BE9678;
}
</style>
border-color css
<style>
span { border-color: #BE9678; }
span { border-color: rgb(190,150,120); }
td.TdClassName
{
border-color: #BE9678;
}
.TagClassName
{
border-color: #BE9678;
}
</style>