Shades of Twine #BB8D54
Tints of Twine #BB8D54
RGB
CMYK
RGB Variations
Color information
#BB8D54 (or 0xBB8D54) is known color: Twine. HEX triplet: BB, 8D and 54. RGB value is (187,141,84). Sum of RGB (Red+Green+Blue) = 187+141+84=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D54 is #4472AB. Grayscale: #949494. Windows color (decimal): -4485804 or 5541307. OLE color: 5541307.
HSL color Cylindrical-coordinate representation of color #BB8D54: hue angle of 33.2º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB8D54 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 84 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.27 |
| HSL | 33.2º | 0.43% | 0.53% | - |
| HSV(B) | 33.2º | 0.55% | 0.73% | - |
| XYZ | 31.62 | 30.25 | 12.56 | - |
| YUV | 148.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 84 | 0 | 0.25 | 0.55 | 0.27 | 33.2 | 0.43 | 0.53 |
| Hex | BB | 8D | 54 | 0 | 19 | 37 | 1B | 21 | 2B | 35 |
| Octal | 273 | 215 | 124 | 0 | 31 | 67 | 33 | 41 | 53 | 65 |
| Binary | 10111011 | 10001101 | 1010100 | 0 | 11001 | 110111 | 11011 | 100001 | 101011 | 110101 |
Color Harmonies of #BB8D54
Complementary color
Monochromatic Colors of #BB8D54
Black with #BB8D54
Text Example
Text Example
White with #BB8D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D54; }
p { color: rgb(187,141,84); }
H1.HeaderClassName
{
color: #BB8D54;
}
.AnyTagClassName
{
color: #BB8D54;
}
</style>
background-color css
<style>
a { background-color: #BB8D54; }
a { background-color: rgb(187,141,84); }
div.DivClassName
{
background-color: #BB8D54;
}
.BgClassName
{
background-color: #BB8D54;
}
</style>
border-color css
<style>
span { border-color: #BB8D54; }
span { border-color: rgb(187,141,84); }
td.TdClassName
{
border-color: #BB8D54;
}
.TagClassName
{
border-color: #BB8D54;
}
</style>