Shades of Twine #BF955D
Tints of Twine #BF955D
RGB
CMYK
RGB Variations
Color information
#BF955D (or 0xBF955D) is known color: Twine. HEX triplet: BF, 95 and 5D. RGB value is (191,149,93). Sum of RGB (Red+Green+Blue) = 191+149+93=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF955D is #406AA2. Grayscale: #9B9B9B. Windows color (decimal): -4221603 or 6133183. OLE color: 6133183.
HSL color Cylindrical-coordinate representation of color #BF955D: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF955D is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 93 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.25 |
| HSL | 34.29º | 0.43% | 0.56% | - |
| HSV(B) | 34.29º | 0.51% | 0.75% | - |
| XYZ | 34.21 | 33.36 | 14.99 | - |
| YUV | 155.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 93 | 0 | 0.22 | 0.51 | 0.25 | 34.29 | 0.43 | 0.56 |
| Hex | BF | 95 | 5D | 0 | 16 | 33 | 19 | 22 | 2B | 38 |
| Octal | 277 | 225 | 135 | 0 | 26 | 63 | 31 | 42 | 53 | 70 |
| Binary | 10111111 | 10010101 | 1011101 | 0 | 10110 | 110011 | 11001 | 100010 | 101011 | 111000 |
Color Harmonies of #BF955D
Complementary color
Monochromatic Colors of #BF955D
Black with #BF955D
Text Example
Text Example
White with #BF955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF955D; }
p { color: rgb(191,149,93); }
H1.HeaderClassName
{
color: #BF955D;
}
.AnyTagClassName
{
color: #BF955D;
}
</style>
background-color css
<style>
a { background-color: #BF955D; }
a { background-color: rgb(191,149,93); }
div.DivClassName
{
background-color: #BF955D;
}
.BgClassName
{
background-color: #BF955D;
}
</style>
border-color css
<style>
span { border-color: #BF955D; }
span { border-color: rgb(191,149,93); }
td.TdClassName
{
border-color: #BF955D;
}
.TagClassName
{
border-color: #BF955D;
}
</style>