Shades of Pale Taupe #BF9378
Tints of Pale Taupe #BF9378
RGB
CMYK
RGB Variations
Color information
#BF9378 (or 0xBF9378) is known color: Pale Taupe. HEX triplet: BF, 93 and 78. RGB value is (191,147,120). Sum of RGB (Red+Green+Blue) = 191+147+120=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9378 is #406C87. Grayscale: #9D9D9D. Windows color (decimal): -4222088 or 7902143. OLE color: 7902143.
HSL color Cylindrical-coordinate representation of color #BF9378: hue angle of 22.82º degrees, saturation: 0.36, 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 #BF9378 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 120 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.25 |
| HSL | 22.82º | 0.36% | 0.61% | - |
| HSV(B) | 22.82º | 0.37% | 0.75% | - |
| XYZ | 35.31 | 33.3 | 22.34 | - |
| YUV | 157.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 120 | 0 | 0.23 | 0.37 | 0.25 | 22.82 | 0.36 | 0.61 |
| Hex | BF | 93 | 78 | 0 | 17 | 25 | 19 | 17 | 24 | 3D |
| Octal | 277 | 223 | 170 | 0 | 27 | 45 | 31 | 27 | 44 | 75 |
| Binary | 10111111 | 10010011 | 1111000 | 0 | 10111 | 100101 | 11001 | 10111 | 100100 | 111101 |
Color Harmonies of #BF9378
Complementary color
Monochromatic Colors of #BF9378
Black with #BF9378
Text Example
Text Example
White with #BF9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9378; }
p { color: rgb(191,147,120); }
H1.HeaderClassName
{
color: #BF9378;
}
.AnyTagClassName
{
color: #BF9378;
}
</style>
background-color css
<style>
a { background-color: #BF9378; }
a { background-color: rgb(191,147,120); }
div.DivClassName
{
background-color: #BF9378;
}
.BgClassName
{
background-color: #BF9378;
}
</style>
border-color css
<style>
span { border-color: #BF9378; }
span { border-color: rgb(191,147,120); }
td.TdClassName
{
border-color: #BF9378;
}
.TagClassName
{
border-color: #BF9378;
}
</style>