Shades of Twine #BF9252
Tints of Twine #BF9252
RGB
CMYK
RGB Variations
Color information
#BF9252 (or 0xBF9252) is known color: Twine. HEX triplet: BF, 92 and 52. RGB value is (191,146,82). Sum of RGB (Red+Green+Blue) = 191+146+82=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9252 is #406DAD. Grayscale: #989898. Windows color (decimal): -4222382 or 5411519. OLE color: 5411519.
HSL color Cylindrical-coordinate representation of color #BF9252: hue angle of 35.23º 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 #BF9252 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 82 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.25 |
| HSL | 35.23º | 0.46% | 0.54% | - |
| HSV(B) | 35.23º | 0.57% | 0.75% | - |
| XYZ | 33.29 | 32.24 | 12.45 | - |
| YUV | 152.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 82 | 0 | 0.24 | 0.57 | 0.25 | 35.23 | 0.46 | 0.54 |
| Hex | BF | 92 | 52 | 0 | 18 | 39 | 19 | 23 | 2E | 36 |
| Octal | 277 | 222 | 122 | 0 | 30 | 71 | 31 | 43 | 56 | 66 |
| Binary | 10111111 | 10010010 | 1010010 | 0 | 11000 | 111001 | 11001 | 100011 | 101110 | 110110 |
Color Harmonies of #BF9252
Complementary color
Monochromatic Colors of #BF9252
Black with #BF9252
Text Example
Text Example
White with #BF9252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9252; }
p { color: rgb(191,146,82); }
H1.HeaderClassName
{
color: #BF9252;
}
.AnyTagClassName
{
color: #BF9252;
}
</style>
background-color css
<style>
a { background-color: #BF9252; }
a { background-color: rgb(191,146,82); }
div.DivClassName
{
background-color: #BF9252;
}
.BgClassName
{
background-color: #BF9252;
}
</style>
border-color css
<style>
span { border-color: #BF9252; }
span { border-color: rgb(191,146,82); }
td.TdClassName
{
border-color: #BF9252;
}
.TagClassName
{
border-color: #BF9252;
}
</style>