Shades of Twine #BB8358
Tints of Twine #BB8358
RGB
CMYK
RGB Variations
Color information
#BB8358 (or 0xBB8358) is known color: Twine. HEX triplet: BB, 83 and 58. RGB value is (187,131,88). Sum of RGB (Red+Green+Blue) = 187+131+88=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8358 is #447CA7. Grayscale: #8F8F8F. Windows color (decimal): -4488360 or 5800891. OLE color: 5800891.
HSL color Cylindrical-coordinate representation of color #BB8358: hue angle of 26.06º 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 #BB8358 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 88 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.27 |
| HSL | 26.06º | 0.42% | 0.54% | - |
| HSV(B) | 26.06º | 0.53% | 0.73% | - |
| XYZ | 30.37 | 27.5 | 12.94 | - |
| YUV | 142.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 88 | 0 | 0.30 | 0.53 | 0.27 | 26.06 | 0.42 | 0.54 |
| Hex | BB | 83 | 58 | 0 | 1E | 35 | 1B | 1A | 2A | 36 |
| Octal | 273 | 203 | 130 | 0 | 36 | 65 | 33 | 32 | 52 | 66 |
| Binary | 10111011 | 10000011 | 1011000 | 0 | 11110 | 110101 | 11011 | 11010 | 101010 | 110110 |
Color Harmonies of #BB8358
Complementary color
Monochromatic Colors of #BB8358
Black with #BB8358
Text Example
Text Example
White with #BB8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8358; }
p { color: rgb(187,131,88); }
H1.HeaderClassName
{
color: #BB8358;
}
.AnyTagClassName
{
color: #BB8358;
}
</style>
background-color css
<style>
a { background-color: #BB8358; }
a { background-color: rgb(187,131,88); }
div.DivClassName
{
background-color: #BB8358;
}
.BgClassName
{
background-color: #BB8358;
}
</style>
border-color css
<style>
span { border-color: #BB8358; }
span { border-color: rgb(187,131,88); }
td.TdClassName
{
border-color: #BB8358;
}
.TagClassName
{
border-color: #BB8358;
}
</style>