Shades of Twine #BB8965
Tints of Twine #BB8965
RGB
CMYK
RGB Variations
Color information
#BB8965 (or 0xBB8965) is known color: Twine. HEX triplet: BB, 89 and 65. RGB value is (187,137,101). Sum of RGB (Red+Green+Blue) = 187+137+101=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8965 is #44769A. Grayscale: #949494. Windows color (decimal): -4486811 or 6654395. OLE color: 6654395.
HSL color Cylindrical-coordinate representation of color #BB8965: hue angle of 25.12º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB8965 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 101 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.27 |
| HSL | 25.12º | 0.39% | 0.56% | - |
| HSV(B) | 25.12º | 0.46% | 0.73% | - |
| XYZ | 31.79 | 29.4 | 16.31 | - |
| YUV | 147.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 101 | 0 | 0.27 | 0.46 | 0.27 | 25.12 | 0.39 | 0.56 |
| Hex | BB | 89 | 65 | 0 | 1B | 2E | 1B | 19 | 27 | 38 |
| Octal | 273 | 211 | 145 | 0 | 33 | 56 | 33 | 31 | 47 | 70 |
| Binary | 10111011 | 10001001 | 1100101 | 0 | 11011 | 101110 | 11011 | 11001 | 100111 | 111000 |
Color Harmonies of #BB8965
Complementary color
Monochromatic Colors of #BB8965
Black with #BB8965
Text Example
Text Example
White with #BB8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8965; }
p { color: rgb(187,137,101); }
H1.HeaderClassName
{
color: #BB8965;
}
.AnyTagClassName
{
color: #BB8965;
}
</style>
background-color css
<style>
a { background-color: #BB8965; }
a { background-color: rgb(187,137,101); }
div.DivClassName
{
background-color: #BB8965;
}
.BgClassName
{
background-color: #BB8965;
}
</style>
border-color css
<style>
span { border-color: #BB8965; }
span { border-color: rgb(187,137,101); }
td.TdClassName
{
border-color: #BB8965;
}
.TagClassName
{
border-color: #BB8965;
}
</style>