Shades of Twine #BF9256
Tints of Twine #BF9256
RGB
CMYK
RGB Variations
Color information
#BF9256 (or 0xBF9256) is known color: Twine. HEX triplet: BF, 92 and 56. RGB value is (191,146,86). Sum of RGB (Red+Green+Blue) = 191+146+86=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9256 is #406DA9. Grayscale: #989898. Windows color (decimal): -4222378 or 5673663. OLE color: 5673663.
HSL color Cylindrical-coordinate representation of color #BF9256: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF9256 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 86 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.25 |
| HSL | 34.29º | 0.45% | 0.54% | - |
| HSV(B) | 34.29º | 0.55% | 0.75% | - |
| XYZ | 33.44 | 32.31 | 13.28 | - |
| YUV | 152.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 86 | 0 | 0.24 | 0.55 | 0.25 | 34.29 | 0.45 | 0.54 |
| Hex | BF | 92 | 56 | 0 | 18 | 37 | 19 | 22 | 2D | 36 |
| Octal | 277 | 222 | 126 | 0 | 30 | 67 | 31 | 42 | 55 | 66 |
| Binary | 10111111 | 10010010 | 1010110 | 0 | 11000 | 110111 | 11001 | 100010 | 101101 | 110110 |
Color Harmonies of #BF9256
Complementary color
Monochromatic Colors of #BF9256
Black with #BF9256
Text Example
Text Example
White with #BF9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9256; }
p { color: rgb(191,146,86); }
H1.HeaderClassName
{
color: #BF9256;
}
.AnyTagClassName
{
color: #BF9256;
}
</style>
background-color css
<style>
a { background-color: #BF9256; }
a { background-color: rgb(191,146,86); }
div.DivClassName
{
background-color: #BF9256;
}
.BgClassName
{
background-color: #BF9256;
}
</style>
border-color css
<style>
span { border-color: #BF9256; }
span { border-color: rgb(191,146,86); }
td.TdClassName
{
border-color: #BF9256;
}
.TagClassName
{
border-color: #BF9256;
}
</style>