Shades of Twine #BF8952
Tints of Twine #BF8952
RGB
CMYK
RGB Variations
Color information
#BF8952 (or 0xBF8952) is known color: Twine. HEX triplet: BF, 89 and 52. RGB value is (191,137,82). Sum of RGB (Red+Green+Blue) = 191+137+82=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8952 is #4076AD. Grayscale: #939393. Windows color (decimal): -4224686 or 5409215. OLE color: 5409215.
HSL color Cylindrical-coordinate representation of color #BF8952: hue angle of 30.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF8952 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 82 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.25 |
| HSL | 30.28º | 0.46% | 0.54% | - |
| HSV(B) | 30.28º | 0.57% | 0.75% | - |
| XYZ | 31.95 | 29.58 | 12.01 | - |
| YUV | 146.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 82 | 0 | 0.28 | 0.57 | 0.25 | 30.28 | 0.46 | 0.54 |
| Hex | BF | 89 | 52 | 0 | 1C | 39 | 19 | 1E | 2E | 36 |
| Octal | 277 | 211 | 122 | 0 | 34 | 71 | 31 | 36 | 56 | 66 |
| Binary | 10111111 | 10001001 | 1010010 | 0 | 11100 | 111001 | 11001 | 11110 | 101110 | 110110 |
Color Harmonies of #BF8952
Complementary color
Monochromatic Colors of #BF8952
Black with #BF8952
Text Example
Text Example
White with #BF8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8952; }
p { color: rgb(191,137,82); }
H1.HeaderClassName
{
color: #BF8952;
}
.AnyTagClassName
{
color: #BF8952;
}
</style>
background-color css
<style>
a { background-color: #BF8952; }
a { background-color: rgb(191,137,82); }
div.DivClassName
{
background-color: #BF8952;
}
.BgClassName
{
background-color: #BF8952;
}
</style>
border-color css
<style>
span { border-color: #BF8952; }
span { border-color: rgb(191,137,82); }
td.TdClassName
{
border-color: #BF8952;
}
.TagClassName
{
border-color: #BF8952;
}
</style>