Shades of Twine #B88A5A
Tints of Twine #B88A5A
RGB
CMYK
RGB Variations
Color information
#B88A5A (or 0xB88A5A) is known color: Twine. HEX triplet: B8, 8A and 5A. RGB value is (184,138,90). Sum of RGB (Red+Green+Blue) = 184+138+90=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A5A is #4775A5. Grayscale: #929292. Windows color (decimal): -4683174 or 5933752. OLE color: 5933752.
HSL color Cylindrical-coordinate representation of color #B88A5A: hue angle of 30.64º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B88A5A is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 90 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.28 |
| HSL | 30.64º | 0.4% | 0.54% | - |
| HSV(B) | 30.64º | 0.51% | 0.72% | - |
| XYZ | 30.7 | 29.11 | 13.67 | - |
| YUV | 146.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 90 | 0 | 0.25 | 0.51 | 0.28 | 30.64 | 0.4 | 0.54 |
| Hex | B8 | 8A | 5A | 0 | 19 | 33 | 1C | 1F | 28 | 36 |
| Octal | 270 | 212 | 132 | 0 | 31 | 63 | 34 | 37 | 50 | 66 |
| Binary | 10111000 | 10001010 | 1011010 | 0 | 11001 | 110011 | 11100 | 11111 | 101000 | 110110 |
Color Harmonies of #B88A5A
Complementary color
Monochromatic Colors of #B88A5A
Black with #B88A5A
Text Example
Text Example
White with #B88A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A5A; }
p { color: rgb(184,138,90); }
H1.HeaderClassName
{
color: #B88A5A;
}
.AnyTagClassName
{
color: #B88A5A;
}
</style>
background-color css
<style>
a { background-color: #B88A5A; }
a { background-color: rgb(184,138,90); }
div.DivClassName
{
background-color: #B88A5A;
}
.BgClassName
{
background-color: #B88A5A;
}
</style>
border-color css
<style>
span { border-color: #B88A5A; }
span { border-color: rgb(184,138,90); }
td.TdClassName
{
border-color: #B88A5A;
}
.TagClassName
{
border-color: #B88A5A;
}
</style>