Shades of Bison Hide #BBB094
Tints of Bison Hide #BBB094
RGB
CMYK
RGB Variations
Color information
#BBB094 (or 0xBBB094) is known color: Bison Hide. HEX triplet: BB, B0 and 94. RGB value is (187,176,148). Sum of RGB (Red+Green+Blue) = 187+176+148=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB094 is #444F6B. Grayscale: #B0B0B0. Windows color (decimal): -4476780 or 9744571. OLE color: 9744571.
HSL color Cylindrical-coordinate representation of color #BBB094: hue angle of 43.08º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB094 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 148 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.27 |
| HSL | 43.08º | 0.22% | 0.66% | - |
| HSV(B) | 43.08º | 0.21% | 0.73% | - |
| XYZ | 41.36 | 43.75 | 34.28 | - |
| YUV | 176.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 148 | 0 | 0.06 | 0.21 | 0.27 | 43.08 | 0.22 | 0.66 |
| Hex | BB | B0 | 94 | 0 | 6 | 15 | 1B | 2B | 16 | 42 |
| Octal | 273 | 260 | 224 | 0 | 6 | 25 | 33 | 53 | 26 | 102 |
| Binary | 10111011 | 10110000 | 10010100 | 0 | 110 | 10101 | 11011 | 101011 | 10110 | 1000010 |
Color Harmonies of #BBB094
Complementary color
Monochromatic Colors of #BBB094
Black with #BBB094
Text Example
Text Example
White with #BBB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB094; }
p { color: rgb(187,176,148); }
H1.HeaderClassName
{
color: #BBB094;
}
.AnyTagClassName
{
color: #BBB094;
}
</style>
background-color css
<style>
a { background-color: #BBB094; }
a { background-color: rgb(187,176,148); }
div.DivClassName
{
background-color: #BBB094;
}
.BgClassName
{
background-color: #BBB094;
}
</style>
border-color css
<style>
span { border-color: #BBB094; }
span { border-color: rgb(187,176,148); }
td.TdClassName
{
border-color: #BBB094;
}
.TagClassName
{
border-color: #BBB094;
}
</style>