Shades of Pale Taupe #BF9E7D
Tints of Pale Taupe #BF9E7D
RGB
CMYK
RGB Variations
Color information
#BF9E7D (or 0xBF9E7D) is known color: Pale Taupe. HEX triplet: BF, 9E and 7D. RGB value is (191,158,125). Sum of RGB (Red+Green+Blue) = 191+158+125=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9E7D is #406182. Grayscale: #A4A4A4. Windows color (decimal): -4219267 or 8232639. OLE color: 8232639.
HSL color Cylindrical-coordinate representation of color #BF9E7D: hue angle of 30º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF9E7D is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 158 | 125 | - |
CMYK | 0 | 0.17 | 0.35 | 0.25 |
HSL | 30º | 0.34% | 0.62% | - |
HSV(B) | 30º | 0.35% | 0.75% | - |
XYZ | 37.41 | 37.01 | 24.57 | - |
YUV | 164.11 | 105.93 | 147.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 158 | 125 | 0 | 0.17 | 0.35 | 0.25 | 30 | 0.34 | 0.62 |
Hex | BF | 9E | 7D | 0 | 11 | 23 | 19 | 1E | 22 | 3E |
Octal | 277 | 236 | 175 | 0 | 21 | 43 | 31 | 36 | 42 | 76 |
Binary | 10111111 | 10011110 | 1111101 | 0 | 10001 | 100011 | 11001 | 11110 | 100010 | 111110 |
Color Harmonies of #BF9E7D
Complementary color
Monochromatic Colors of #BF9E7D
Black with #BF9E7D
Text Example
Text Example
White with #BF9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E7D; }
p { color: rgb(191,158,125); }
H1.HeaderClassName
{
color: #BF9E7D;
}
.AnyTagClassName
{
color: #BF9E7D;
}
</style>
background-color css
<style>
a { background-color: #BF9E7D; }
a { background-color: rgb(191,158,125); }
div.DivClassName
{
background-color: #BF9E7D;
}
.BgClassName
{
background-color: #BF9E7D;
}
</style>
border-color css
<style>
span { border-color: #BF9E7D; }
span { border-color: rgb(191,158,125); }
td.TdClassName
{
border-color: #BF9E7D;
}
.TagClassName
{
border-color: #BF9E7D;
}
</style>