Shades of Pale Taupe #BE9F7E
Tints of Pale Taupe #BE9F7E
RGB
CMYK
RGB Variations
Color information
#BE9F7E (or 0xBE9F7E) is known color: Pale Taupe. HEX triplet: BE, 9F and 7E. RGB value is (190,159,126). Sum of RGB (Red+Green+Blue) = 190+159+126=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F7E is #416081. Grayscale: #A4A4A4. Windows color (decimal): -4284546 or 8298430. OLE color: 8298430.
HSL color Cylindrical-coordinate representation of color #BE9F7E: hue angle of 30.94º 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 #BE9F7E is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 159 | 126 | - |
CMYK | 0 | 0.16 | 0.34 | 0.25 |
HSL | 30.94º | 0.33% | 0.62% | - |
HSV(B) | 30.94º | 0.34% | 0.75% | - |
XYZ | 37.4 | 37.25 | 24.96 | - |
YUV | 164.51 | 106.27 | 146.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 159 | 126 | 0 | 0.16 | 0.34 | 0.25 | 30.94 | 0.33 | 0.62 |
Hex | BE | 9F | 7E | 0 | 10 | 22 | 19 | 1F | 21 | 3E |
Octal | 276 | 237 | 176 | 0 | 20 | 42 | 31 | 37 | 41 | 76 |
Binary | 10111110 | 10011111 | 1111110 | 0 | 10000 | 100010 | 11001 | 11111 | 100001 | 111110 |
Color Harmonies of #BE9F7E
Complementary color
Monochromatic Colors of #BE9F7E
Black with #BE9F7E
Text Example
Text Example
White with #BE9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F7E; }
p { color: rgb(190,159,126); }
H1.HeaderClassName
{
color: #BE9F7E;
}
.AnyTagClassName
{
color: #BE9F7E;
}
</style>
background-color css
<style>
a { background-color: #BE9F7E; }
a { background-color: rgb(190,159,126); }
div.DivClassName
{
background-color: #BE9F7E;
}
.BgClassName
{
background-color: #BE9F7E;
}
</style>
border-color css
<style>
span { border-color: #BE9F7E; }
span { border-color: rgb(190,159,126); }
td.TdClassName
{
border-color: #BE9F7E;
}
.TagClassName
{
border-color: #BE9F7E;
}
</style>