Shades of Feldspar #BF8B6D
Tints of Feldspar #BF8B6D
RGB
CMYK
RGB Variations
Color information
#BF8B6D (or 0xBF8B6D) is known color: Feldspar. HEX triplet: BF, 8B and 6D. RGB value is (191,139,109). Sum of RGB (Red+Green+Blue) = 191+139+109=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B6D is #407492. Grayscale: #979797. Windows color (decimal): -4224147 or 7179199. OLE color: 7179199.
HSL color Cylindrical-coordinate representation of color #BF8B6D: hue angle of 21.95º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF8B6D is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 109 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.25 |
| HSL | 21.95º | 0.39% | 0.59% | - |
| HSV(B) | 21.95º | 0.43% | 0.75% | - |
| XYZ | 33.48 | 30.65 | 18.62 | - |
| YUV | 151.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 109 | 0 | 0.27 | 0.43 | 0.25 | 21.95 | 0.39 | 0.59 |
| Hex | BF | 8B | 6D | 0 | 1B | 2B | 19 | 16 | 27 | 3B |
| Octal | 277 | 213 | 155 | 0 | 33 | 53 | 31 | 26 | 47 | 73 |
| Binary | 10111111 | 10001011 | 1101101 | 0 | 11011 | 101011 | 11001 | 10110 | 100111 | 111011 |
Color Harmonies of #BF8B6D
Complementary color
Monochromatic Colors of #BF8B6D
Black with #BF8B6D
Text Example
Text Example
White with #BF8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B6D; }
p { color: rgb(191,139,109); }
H1.HeaderClassName
{
color: #BF8B6D;
}
.AnyTagClassName
{
color: #BF8B6D;
}
</style>
background-color css
<style>
a { background-color: #BF8B6D; }
a { background-color: rgb(191,139,109); }
div.DivClassName
{
background-color: #BF8B6D;
}
.BgClassName
{
background-color: #BF8B6D;
}
</style>
border-color css
<style>
span { border-color: #BF8B6D; }
span { border-color: rgb(191,139,109); }
td.TdClassName
{
border-color: #BF8B6D;
}
.TagClassName
{
border-color: #BF8B6D;
}
</style>