Shades of Bison Hide #B7B092
Tints of Bison Hide #B7B092
RGB
CMYK
RGB Variations
Color information
#B7B092 (or 0xB7B092) is known color: Bison Hide. HEX triplet: B7, B0 and 92. RGB value is (183,176,146). Sum of RGB (Red+Green+Blue) = 183+176+146=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B092 is #484F6D. Grayscale: #AEAEAE. Windows color (decimal): -4738926 or 9613495. OLE color: 9613495.
HSL color Cylindrical-coordinate representation of color #B7B092: hue angle of 48.65º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7B092 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 146 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.28 |
| HSL | 48.65º | 0.2% | 0.65% | - |
| HSV(B) | 48.65º | 0.2% | 0.72% | - |
| XYZ | 40.24 | 43.19 | 33.41 | - |
| YUV | 174.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 146 | 0 | 0.04 | 0.20 | 0.28 | 48.65 | 0.2 | 0.65 |
| Hex | B7 | B0 | 92 | 0 | 4 | 14 | 1C | 31 | 14 | 41 |
| Octal | 267 | 260 | 222 | 0 | 4 | 24 | 34 | 61 | 24 | 101 |
| Binary | 10110111 | 10110000 | 10010010 | 0 | 100 | 10100 | 11100 | 110001 | 10100 | 1000001 |
Color Harmonies of #B7B092
Complementary color
Monochromatic Colors of #B7B092
Black with #B7B092
Text Example
Text Example
White with #B7B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B092; }
p { color: rgb(183,176,146); }
H1.HeaderClassName
{
color: #B7B092;
}
.AnyTagClassName
{
color: #B7B092;
}
</style>
background-color css
<style>
a { background-color: #B7B092; }
a { background-color: rgb(183,176,146); }
div.DivClassName
{
background-color: #B7B092;
}
.BgClassName
{
background-color: #B7B092;
}
</style>
border-color css
<style>
span { border-color: #B7B092; }
span { border-color: rgb(183,176,146); }
td.TdClassName
{
border-color: #B7B092;
}
.TagClassName
{
border-color: #B7B092;
}
</style>