Shades of Twine #BF995A
Tints of Twine #BF995A
RGB
CMYK
RGB Variations
Color information
#BF995A (or 0xBF995A) is known color: Twine. HEX triplet: BF, 99 and 5A. RGB value is (191,153,90). Sum of RGB (Red+Green+Blue) = 191+153+90=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF995A is #4066A5. Grayscale: #9D9D9D. Windows color (decimal): -4220582 or 5937599. OLE color: 5937599.
HSL color Cylindrical-coordinate representation of color #BF995A: hue angle of 37.43º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF995A is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 90 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.25 |
| HSL | 37.43º | 0.44% | 0.55% | - |
| HSV(B) | 37.43º | 0.53% | 0.75% | - |
| XYZ | 34.72 | 34.6 | 14.52 | - |
| YUV | 157.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 90 | 0 | 0.20 | 0.53 | 0.25 | 37.43 | 0.44 | 0.55 |
| Hex | BF | 99 | 5A | 0 | 14 | 35 | 19 | 25 | 2C | 37 |
| Octal | 277 | 231 | 132 | 0 | 24 | 65 | 31 | 45 | 54 | 67 |
| Binary | 10111111 | 10011001 | 1011010 | 0 | 10100 | 110101 | 11001 | 100101 | 101100 | 110111 |
Color Harmonies of #BF995A
Complementary color
Monochromatic Colors of #BF995A
Black with #BF995A
Text Example
Text Example
White with #BF995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF995A; }
p { color: rgb(191,153,90); }
H1.HeaderClassName
{
color: #BF995A;
}
.AnyTagClassName
{
color: #BF995A;
}
</style>
background-color css
<style>
a { background-color: #BF995A; }
a { background-color: rgb(191,153,90); }
div.DivClassName
{
background-color: #BF995A;
}
.BgClassName
{
background-color: #BF995A;
}
</style>
border-color css
<style>
span { border-color: #BF995A; }
span { border-color: rgb(191,153,90); }
td.TdClassName
{
border-color: #BF995A;
}
.TagClassName
{
border-color: #BF995A;
}
</style>