Shades of Twine #BB8258
Tints of Twine #BB8258
RGB
CMYK
RGB Variations
Color information
#BB8258 (or 0xBB8258) is known color: Twine. HEX triplet: BB, 82 and 58. RGB value is (187,130,88). Sum of RGB (Red+Green+Blue) = 187+130+88=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8258 is #447DA7. Grayscale: #8E8E8E. Windows color (decimal): -4488616 or 5800635. OLE color: 5800635.
HSL color Cylindrical-coordinate representation of color #BB8258: hue angle of 25.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB8258 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 88 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.27 |
| HSL | 25.45º | 0.42% | 0.54% | - |
| HSV(B) | 25.45º | 0.53% | 0.73% | - |
| XYZ | 30.24 | 27.23 | 12.9 | - |
| YUV | 142.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 88 | 0 | 0.30 | 0.53 | 0.27 | 25.45 | 0.42 | 0.54 |
| Hex | BB | 82 | 58 | 0 | 1E | 35 | 1B | 19 | 2A | 36 |
| Octal | 273 | 202 | 130 | 0 | 36 | 65 | 33 | 31 | 52 | 66 |
| Binary | 10111011 | 10000010 | 1011000 | 0 | 11110 | 110101 | 11011 | 11001 | 101010 | 110110 |
Color Harmonies of #BB8258
Complementary color
Monochromatic Colors of #BB8258
Black with #BB8258
Text Example
Text Example
White with #BB8258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8258; }
p { color: rgb(187,130,88); }
H1.HeaderClassName
{
color: #BB8258;
}
.AnyTagClassName
{
color: #BB8258;
}
</style>
background-color css
<style>
a { background-color: #BB8258; }
a { background-color: rgb(187,130,88); }
div.DivClassName
{
background-color: #BB8258;
}
.BgClassName
{
background-color: #BB8258;
}
</style>
border-color css
<style>
span { border-color: #BB8258; }
span { border-color: rgb(187,130,88); }
td.TdClassName
{
border-color: #BB8258;
}
.TagClassName
{
border-color: #BB8258;
}
</style>