Shades of Twine #BF8C52
Tints of Twine #BF8C52
RGB
CMYK
RGB Variations
Color information
#BF8C52 (or 0xBF8C52) is known color: Twine. HEX triplet: BF, 8C and 52. RGB value is (191,140,82). Sum of RGB (Red+Green+Blue) = 191+140+82=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C52 is #4073AD. Grayscale: #949494. Windows color (decimal): -4223918 or 5409983. OLE color: 5409983.
HSL color Cylindrical-coordinate representation of color #BF8C52: hue angle of 31.93º 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 #BF8C52 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 82 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.25 |
| HSL | 31.93º | 0.46% | 0.54% | - |
| HSV(B) | 31.93º | 0.57% | 0.75% | - |
| XYZ | 32.39 | 30.44 | 12.15 | - |
| YUV | 148.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 82 | 0 | 0.27 | 0.57 | 0.25 | 31.93 | 0.46 | 0.54 |
| Hex | BF | 8C | 52 | 0 | 1B | 39 | 19 | 20 | 2E | 36 |
| Octal | 277 | 214 | 122 | 0 | 33 | 71 | 31 | 40 | 56 | 66 |
| Binary | 10111111 | 10001100 | 1010010 | 0 | 11011 | 111001 | 11001 | 100000 | 101110 | 110110 |
Color Harmonies of #BF8C52
Complementary color
Monochromatic Colors of #BF8C52
Black with #BF8C52
Text Example
Text Example
White with #BF8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C52; }
p { color: rgb(191,140,82); }
H1.HeaderClassName
{
color: #BF8C52;
}
.AnyTagClassName
{
color: #BF8C52;
}
</style>
background-color css
<style>
a { background-color: #BF8C52; }
a { background-color: rgb(191,140,82); }
div.DivClassName
{
background-color: #BF8C52;
}
.BgClassName
{
background-color: #BF8C52;
}
</style>
border-color css
<style>
span { border-color: #BF8C52; }
span { border-color: rgb(191,140,82); }
td.TdClassName
{
border-color: #BF8C52;
}
.TagClassName
{
border-color: #BF8C52;
}
</style>