Shades of Twine #BF965C
Tints of Twine #BF965C
RGB
CMYK
RGB Variations
Color information
#BF965C (or 0xBF965C) is known color: Twine. HEX triplet: BF, 96 and 5C. RGB value is (191,150,92). Sum of RGB (Red+Green+Blue) = 191+150+92=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF965C is #4069A3. Grayscale: #9B9B9B. Windows color (decimal): -4221348 or 6067903. OLE color: 6067903.
HSL color Cylindrical-coordinate representation of color #BF965C: hue angle of 35.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF965C is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 92 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.25 |
| HSL | 35.15º | 0.44% | 0.55% | - |
| HSV(B) | 35.15º | 0.52% | 0.75% | - |
| XYZ | 34.32 | 33.66 | 14.81 | - |
| YUV | 155.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 92 | 0 | 0.21 | 0.52 | 0.25 | 35.15 | 0.44 | 0.55 |
| Hex | BF | 96 | 5C | 0 | 15 | 34 | 19 | 23 | 2C | 37 |
| Octal | 277 | 226 | 134 | 0 | 25 | 64 | 31 | 43 | 54 | 67 |
| Binary | 10111111 | 10010110 | 1011100 | 0 | 10101 | 110100 | 11001 | 100011 | 101100 | 110111 |
Color Harmonies of #BF965C
Complementary color
Monochromatic Colors of #BF965C
Black with #BF965C
Text Example
Text Example
White with #BF965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF965C; }
p { color: rgb(191,150,92); }
H1.HeaderClassName
{
color: #BF965C;
}
.AnyTagClassName
{
color: #BF965C;
}
</style>
background-color css
<style>
a { background-color: #BF965C; }
a { background-color: rgb(191,150,92); }
div.DivClassName
{
background-color: #BF965C;
}
.BgClassName
{
background-color: #BF965C;
}
</style>
border-color css
<style>
span { border-color: #BF965C; }
span { border-color: rgb(191,150,92); }
td.TdClassName
{
border-color: #BF965C;
}
.TagClassName
{
border-color: #BF965C;
}
</style>