Shades of Twine #BB905A
Tints of Twine #BB905A
RGB
CMYK
RGB Variations
Color information
#BB905A (or 0xBB905A) is known color: Twine. HEX triplet: BB, 90 and 5A. RGB value is (187,144,90). Sum of RGB (Red+Green+Blue) = 187+144+90=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB905A is #446FA5. Grayscale: #969696. Windows color (decimal): -4485030 or 5935291. OLE color: 5935291.
HSL color Cylindrical-coordinate representation of color #BB905A: hue angle of 33.4º 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 #BB905A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 90 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.27 |
| HSL | 33.4º | 0.42% | 0.54% | - |
| HSV(B) | 33.4º | 0.52% | 0.73% | - |
| XYZ | 32.31 | 31.25 | 14 | - |
| YUV | 150.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 90 | 0 | 0.23 | 0.52 | 0.27 | 33.4 | 0.42 | 0.54 |
| Hex | BB | 90 | 5A | 0 | 17 | 34 | 1B | 21 | 2A | 36 |
| Octal | 273 | 220 | 132 | 0 | 27 | 64 | 33 | 41 | 52 | 66 |
| Binary | 10111011 | 10010000 | 1011010 | 0 | 10111 | 110100 | 11011 | 100001 | 101010 | 110110 |
Color Harmonies of #BB905A
Complementary color
Monochromatic Colors of #BB905A
Black with #BB905A
Text Example
Text Example
White with #BB905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB905A; }
p { color: rgb(187,144,90); }
H1.HeaderClassName
{
color: #BB905A;
}
.AnyTagClassName
{
color: #BB905A;
}
</style>
background-color css
<style>
a { background-color: #BB905A; }
a { background-color: rgb(187,144,90); }
div.DivClassName
{
background-color: #BB905A;
}
.BgClassName
{
background-color: #BB905A;
}
</style>
border-color css
<style>
span { border-color: #BB905A; }
span { border-color: rgb(187,144,90); }
td.TdClassName
{
border-color: #BB905A;
}
.TagClassName
{
border-color: #BB905A;
}
</style>