Shades of Bison Hide #B3A88F
Tints of Bison Hide #B3A88F
RGB
CMYK
RGB Variations
Color information
#B3A88F (or 0xB3A88F) is known color: Bison Hide. HEX triplet: B3, A8 and 8F. RGB value is (179,168,143). Sum of RGB (Red+Green+Blue) = 179+168+143=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A88F is #4C5770. Grayscale: #A8A8A8. Windows color (decimal): -5003121 or 9414835. OLE color: 9414835.
HSL color Cylindrical-coordinate representation of color #B3A88F: hue angle of 41.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3A88F is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 143 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.30 |
| HSL | 41.67º | 0.19% | 0.63% | - |
| HSV(B) | 41.67º | 0.2% | 0.7% | - |
| XYZ | 37.55 | 39.57 | 31.65 | - |
| YUV | 168.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 143 | 0 | 0.06 | 0.20 | 0.30 | 41.67 | 0.19 | 0.63 |
| Hex | B3 | A8 | 8F | 0 | 6 | 14 | 1E | 2A | 13 | 3F |
| Octal | 263 | 250 | 217 | 0 | 6 | 24 | 36 | 52 | 23 | 77 |
| Binary | 10110011 | 10101000 | 10001111 | 0 | 110 | 10100 | 11110 | 101010 | 10011 | 111111 |
Color Harmonies of #B3A88F
Complementary color
Monochromatic Colors of #B3A88F
Black with #B3A88F
Text Example
Text Example
White with #B3A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A88F; }
p { color: rgb(179,168,143); }
H1.HeaderClassName
{
color: #B3A88F;
}
.AnyTagClassName
{
color: #B3A88F;
}
</style>
background-color css
<style>
a { background-color: #B3A88F; }
a { background-color: rgb(179,168,143); }
div.DivClassName
{
background-color: #B3A88F;
}
.BgClassName
{
background-color: #B3A88F;
}
</style>
border-color css
<style>
span { border-color: #B3A88F; }
span { border-color: rgb(179,168,143); }
td.TdClassName
{
border-color: #B3A88F;
}
.TagClassName
{
border-color: #B3A88F;
}
</style>