Shades of Twine #BF8F5A
Tints of Twine #BF8F5A
RGB
CMYK
RGB Variations
Color information
#BF8F5A (or 0xBF8F5A) is known color: Twine. HEX triplet: BF, 8F and 5A. RGB value is (191,143,90). Sum of RGB (Red+Green+Blue) = 191+143+90=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F5A is #4070A5. Grayscale: #979797. Windows color (decimal): -4223142 or 5935039. OLE color: 5935039.
HSL color Cylindrical-coordinate representation of color #BF8F5A: hue angle of 31.49º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF8F5A is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 90 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.25 |
| HSL | 31.49º | 0.44% | 0.55% | - |
| HSV(B) | 31.49º | 0.53% | 0.75% | - |
| XYZ | 33.15 | 31.46 | 14 | - |
| YUV | 151.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 90 | 0 | 0.25 | 0.53 | 0.25 | 31.49 | 0.44 | 0.55 |
| Hex | BF | 8F | 5A | 0 | 19 | 35 | 19 | 1F | 2C | 37 |
| Octal | 277 | 217 | 132 | 0 | 31 | 65 | 31 | 37 | 54 | 67 |
| Binary | 10111111 | 10001111 | 1011010 | 0 | 11001 | 110101 | 11001 | 11111 | 101100 | 110111 |
Color Harmonies of #BF8F5A
Complementary color
Monochromatic Colors of #BF8F5A
Black with #BF8F5A
Text Example
Text Example
White with #BF8F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F5A; }
p { color: rgb(191,143,90); }
H1.HeaderClassName
{
color: #BF8F5A;
}
.AnyTagClassName
{
color: #BF8F5A;
}
</style>
background-color css
<style>
a { background-color: #BF8F5A; }
a { background-color: rgb(191,143,90); }
div.DivClassName
{
background-color: #BF8F5A;
}
.BgClassName
{
background-color: #BF8F5A;
}
</style>
border-color css
<style>
span { border-color: #BF8F5A; }
span { border-color: rgb(191,143,90); }
td.TdClassName
{
border-color: #BF8F5A;
}
.TagClassName
{
border-color: #BF8F5A;
}
</style>