Shades of Pale Taupe #BE9B7A
Tints of Pale Taupe #BE9B7A
RGB
CMYK
RGB Variations
Color information
#BE9B7A (or 0xBE9B7A) is known color: Pale Taupe. HEX triplet: BE, 9B and 7A. RGB value is (190,155,122). Sum of RGB (Red+Green+Blue) = 190+155+122=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B7A is #416485. Grayscale: #A1A1A1. Windows color (decimal): -4285574 or 8035262. OLE color: 8035262.
HSL color Cylindrical-coordinate representation of color #BE9B7A: hue angle of 29.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE9B7A is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 155 | 122 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.25 |
| HSL | 29.12º | 0.34% | 0.61% | - |
| HSV(B) | 29.12º | 0.36% | 0.75% | - |
| XYZ | 36.47 | 35.79 | 23.4 | - |
| YUV | 161.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 155 | 122 | 0 | 0.18 | 0.36 | 0.25 | 29.12 | 0.34 | 0.61 |
| Hex | BE | 9B | 7A | 0 | 12 | 24 | 19 | 1D | 22 | 3D |
| Octal | 276 | 233 | 172 | 0 | 22 | 44 | 31 | 35 | 42 | 75 |
| Binary | 10111110 | 10011011 | 1111010 | 0 | 10010 | 100100 | 11001 | 11101 | 100010 | 111101 |
Color Harmonies of #BE9B7A
Complementary color
Monochromatic Colors of #BE9B7A
Black with #BE9B7A
Text Example
Text Example
White with #BE9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9B7A; }
p { color: rgb(190,155,122); }
H1.HeaderClassName
{
color: #BE9B7A;
}
.AnyTagClassName
{
color: #BE9B7A;
}
</style>
background-color css
<style>
a { background-color: #BE9B7A; }
a { background-color: rgb(190,155,122); }
div.DivClassName
{
background-color: #BE9B7A;
}
.BgClassName
{
background-color: #BE9B7A;
}
</style>
border-color css
<style>
span { border-color: #BE9B7A; }
span { border-color: rgb(190,155,122); }
td.TdClassName
{
border-color: #BE9B7A;
}
.TagClassName
{
border-color: #BE9B7A;
}
</style>