Shades of Twine #BB8B5A
Tints of Twine #BB8B5A
RGB
CMYK
RGB Variations
Color information
#BB8B5A (or 0xBB8B5A) is known color: Twine. HEX triplet: BB, 8B and 5A. RGB value is (187,139,90). Sum of RGB (Red+Green+Blue) = 187+139+90=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B5A is #4474A5. Grayscale: #949494. Windows color (decimal): -4486310 or 5934011. OLE color: 5934011.
HSL color Cylindrical-coordinate representation of color #BB8B5A: hue angle of 30.31º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB8B5A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 90 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.27 |
| HSL | 30.31º | 0.42% | 0.54% | - |
| HSV(B) | 30.31º | 0.52% | 0.73% | - |
| XYZ | 31.57 | 29.77 | 13.75 | - |
| YUV | 147.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 90 | 0 | 0.26 | 0.52 | 0.27 | 30.31 | 0.42 | 0.54 |
| Hex | BB | 8B | 5A | 0 | 1A | 34 | 1B | 1E | 2A | 36 |
| Octal | 273 | 213 | 132 | 0 | 32 | 64 | 33 | 36 | 52 | 66 |
| Binary | 10111011 | 10001011 | 1011010 | 0 | 11010 | 110100 | 11011 | 11110 | 101010 | 110110 |
Color Harmonies of #BB8B5A
Complementary color
Monochromatic Colors of #BB8B5A
Black with #BB8B5A
Text Example
Text Example
White with #BB8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B5A; }
p { color: rgb(187,139,90); }
H1.HeaderClassName
{
color: #BB8B5A;
}
.AnyTagClassName
{
color: #BB8B5A;
}
</style>
background-color css
<style>
a { background-color: #BB8B5A; }
a { background-color: rgb(187,139,90); }
div.DivClassName
{
background-color: #BB8B5A;
}
.BgClassName
{
background-color: #BB8B5A;
}
</style>
border-color css
<style>
span { border-color: #BB8B5A; }
span { border-color: rgb(187,139,90); }
td.TdClassName
{
border-color: #BB8B5A;
}
.TagClassName
{
border-color: #BB8B5A;
}
</style>