Shades of Pale Taupe #BF937A
Tints of Pale Taupe #BF937A
RGB
CMYK
RGB Variations
Color information
#BF937A (or 0xBF937A) is known color: Pale Taupe. HEX triplet: BF, 93 and 7A. RGB value is (191,147,122). Sum of RGB (Red+Green+Blue) = 191+147+122=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF937A is #406C85. Grayscale: #9D9D9D. Windows color (decimal): -4222086 or 8033215. OLE color: 8033215.
HSL color Cylindrical-coordinate representation of color #BF937A: hue angle of 21.74º degrees, saturation: 0.35, 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 #BF937A is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 122 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.25 |
| HSL | 21.74º | 0.35% | 0.61% | - |
| HSV(B) | 21.74º | 0.36% | 0.75% | - |
| XYZ | 35.43 | 33.35 | 22.98 | - |
| YUV | 157.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 122 | 0 | 0.23 | 0.36 | 0.25 | 21.74 | 0.35 | 0.61 |
| Hex | BF | 93 | 7A | 0 | 17 | 24 | 19 | 16 | 23 | 3D |
| Octal | 277 | 223 | 172 | 0 | 27 | 44 | 31 | 26 | 43 | 75 |
| Binary | 10111111 | 10010011 | 1111010 | 0 | 10111 | 100100 | 11001 | 10110 | 100011 | 111101 |
Color Harmonies of #BF937A
Complementary color
Monochromatic Colors of #BF937A
Black with #BF937A
Text Example
Text Example
White with #BF937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF937A; }
p { color: rgb(191,147,122); }
H1.HeaderClassName
{
color: #BF937A;
}
.AnyTagClassName
{
color: #BF937A;
}
</style>
background-color css
<style>
a { background-color: #BF937A; }
a { background-color: rgb(191,147,122); }
div.DivClassName
{
background-color: #BF937A;
}
.BgClassName
{
background-color: #BF937A;
}
</style>
border-color css
<style>
span { border-color: #BF937A; }
span { border-color: rgb(191,147,122); }
td.TdClassName
{
border-color: #BF937A;
}
.TagClassName
{
border-color: #BF937A;
}
</style>