Shades of Twine #BF8C5C
Tints of Twine #BF8C5C
RGB
CMYK
RGB Variations
Color information
#BF8C5C (or 0xBF8C5C) is known color: Twine. HEX triplet: BF, 8C and 5C. RGB value is (191,140,92). Sum of RGB (Red+Green+Blue) = 191+140+92=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C5C is #4073A3. Grayscale: #969696. Windows color (decimal): -4223908 or 6065343. OLE color: 6065343.
HSL color Cylindrical-coordinate representation of color #BF8C5C: hue angle of 29.09º 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 #BF8C5C is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 92 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.25 |
| HSL | 29.09º | 0.44% | 0.55% | - |
| HSV(B) | 29.09º | 0.52% | 0.75% | - |
| XYZ | 32.8 | 30.61 | 14.3 | - |
| YUV | 149.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 92 | 0 | 0.27 | 0.52 | 0.25 | 29.09 | 0.44 | 0.55 |
| Hex | BF | 8C | 5C | 0 | 1B | 34 | 19 | 1D | 2C | 37 |
| Octal | 277 | 214 | 134 | 0 | 33 | 64 | 31 | 35 | 54 | 67 |
| Binary | 10111111 | 10001100 | 1011100 | 0 | 11011 | 110100 | 11001 | 11101 | 101100 | 110111 |
Color Harmonies of #BF8C5C
Complementary color
Monochromatic Colors of #BF8C5C
Black with #BF8C5C
Text Example
Text Example
White with #BF8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C5C; }
p { color: rgb(191,140,92); }
H1.HeaderClassName
{
color: #BF8C5C;
}
.AnyTagClassName
{
color: #BF8C5C;
}
</style>
background-color css
<style>
a { background-color: #BF8C5C; }
a { background-color: rgb(191,140,92); }
div.DivClassName
{
background-color: #BF8C5C;
}
.BgClassName
{
background-color: #BF8C5C;
}
</style>
border-color css
<style>
span { border-color: #BF8C5C; }
span { border-color: rgb(191,140,92); }
td.TdClassName
{
border-color: #BF8C5C;
}
.TagClassName
{
border-color: #BF8C5C;
}
</style>