Shades of Bison Hide #B5AB98
Tints of Bison Hide #B5AB98
RGB
CMYK
RGB Variations
Color information
#B5AB98 (or 0xB5AB98) is known color: Bison Hide. HEX triplet: B5, AB and 98. RGB value is (181,171,152). Sum of RGB (Red+Green+Blue) = 181+171+152=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB98 is #4A5467. Grayscale: #ABABAB. Windows color (decimal): -4871272 or 10005429. OLE color: 10005429.
HSL color Cylindrical-coordinate representation of color #B5AB98: hue angle of 39.31º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5AB98 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 171 | 152 | - |
CMYK | 0 | 0.06 | 0.16 | 0.29 |
HSL | 39.31º | 0.16% | 0.65% | - |
HSV(B) | 39.31º | 0.16% | 0.71% | - |
XYZ | 39.29 | 41.22 | 35.59 | - |
YUV | 171.82 | 116.81 | 134.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 152 | 0 | 0.06 | 0.16 | 0.29 | 39.31 | 0.16 | 0.65 |
Hex | B5 | AB | 98 | 0 | 6 | 10 | 1D | 27 | 10 | 41 |
Octal | 265 | 253 | 230 | 0 | 6 | 20 | 35 | 47 | 20 | 101 |
Binary | 10110101 | 10101011 | 10011000 | 0 | 110 | 10000 | 11101 | 100111 | 10000 | 1000001 |
Color Harmonies of #B5AB98
Complementary color
Monochromatic Colors of #B5AB98
Black with #B5AB98
Text Example
Text Example
White with #B5AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB98; }
p { color: rgb(181,171,152); }
H1.HeaderClassName
{
color: #B5AB98;
}
.AnyTagClassName
{
color: #B5AB98;
}
</style>
background-color css
<style>
a { background-color: #B5AB98; }
a { background-color: rgb(181,171,152); }
div.DivClassName
{
background-color: #B5AB98;
}
.BgClassName
{
background-color: #B5AB98;
}
</style>
border-color css
<style>
span { border-color: #B5AB98; }
span { border-color: rgb(181,171,152); }
td.TdClassName
{
border-color: #B5AB98;
}
.TagClassName
{
border-color: #B5AB98;
}
</style>