Shades of Twine #BF8752
Tints of Twine #BF8752
RGB
CMYK
RGB Variations
Color information
#BF8752 (or 0xBF8752) is known color: Twine. HEX triplet: BF, 87 and 52. RGB value is (191,135,82). Sum of RGB (Red+Green+Blue) = 191+135+82=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8752 is #4078AD. Grayscale: #919191. Windows color (decimal): -4225198 or 5408703. OLE color: 5408703.
HSL color Cylindrical-coordinate representation of color #BF8752: hue angle of 29.17º 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 #BF8752 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 82 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.25 |
| HSL | 29.17º | 0.46% | 0.54% | - |
| HSV(B) | 29.17º | 0.57% | 0.75% | - |
| XYZ | 31.67 | 29.01 | 11.91 | - |
| YUV | 145.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 82 | 0 | 0.29 | 0.57 | 0.25 | 29.17 | 0.46 | 0.54 |
| Hex | BF | 87 | 52 | 0 | 1D | 39 | 19 | 1D | 2E | 36 |
| Octal | 277 | 207 | 122 | 0 | 35 | 71 | 31 | 35 | 56 | 66 |
| Binary | 10111111 | 10000111 | 1010010 | 0 | 11101 | 111001 | 11001 | 11101 | 101110 | 110110 |
Color Harmonies of #BF8752
Complementary color
Monochromatic Colors of #BF8752
Black with #BF8752
Text Example
Text Example
White with #BF8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8752; }
p { color: rgb(191,135,82); }
H1.HeaderClassName
{
color: #BF8752;
}
.AnyTagClassName
{
color: #BF8752;
}
</style>
background-color css
<style>
a { background-color: #BF8752; }
a { background-color: rgb(191,135,82); }
div.DivClassName
{
background-color: #BF8752;
}
.BgClassName
{
background-color: #BF8752;
}
</style>
border-color css
<style>
span { border-color: #BF8752; }
span { border-color: rgb(191,135,82); }
td.TdClassName
{
border-color: #BF8752;
}
.TagClassName
{
border-color: #BF8752;
}
</style>