Shades of Twine #BB8B5B
Tints of Twine #BB8B5B
RGB
CMYK
RGB Variations
Color information
#BB8B5B (or 0xBB8B5B) is known color: Twine. HEX triplet: BB, 8B and 5B. RGB value is (187,139,91). Sum of RGB (Red+Green+Blue) = 187+139+91=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B5B is #4474A4. Grayscale: #949494. Windows color (decimal): -4486309 or 5999547. OLE color: 5999547.
HSL color Cylindrical-coordinate representation of color #BB8B5B: hue angle of 30º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB8B5B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 91 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.27 |
| HSL | 30º | 0.41% | 0.55% | - |
| HSV(B) | 30º | 0.51% | 0.73% | - |
| XYZ | 31.61 | 29.79 | 13.98 | - |
| YUV | 147.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 91 | 0 | 0.26 | 0.51 | 0.27 | 30 | 0.41 | 0.55 |
| Hex | BB | 8B | 5B | 0 | 1A | 33 | 1B | 1E | 29 | 37 |
| Octal | 273 | 213 | 133 | 0 | 32 | 63 | 33 | 36 | 51 | 67 |
| Binary | 10111011 | 10001011 | 1011011 | 0 | 11010 | 110011 | 11011 | 11110 | 101001 | 110111 |
Color Harmonies of #BB8B5B
Complementary color
Monochromatic Colors of #BB8B5B
Black with #BB8B5B
Text Example
Text Example
White with #BB8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B5B; }
p { color: rgb(187,139,91); }
H1.HeaderClassName
{
color: #BB8B5B;
}
.AnyTagClassName
{
color: #BB8B5B;
}
</style>
background-color css
<style>
a { background-color: #BB8B5B; }
a { background-color: rgb(187,139,91); }
div.DivClassName
{
background-color: #BB8B5B;
}
.BgClassName
{
background-color: #BB8B5B;
}
</style>
border-color css
<style>
span { border-color: #BB8B5B; }
span { border-color: rgb(187,139,91); }
td.TdClassName
{
border-color: #BB8B5B;
}
.TagClassName
{
border-color: #BB8B5B;
}
</style>