Shades of Bison Hide #B5AF9E
Tints of Bison Hide #B5AF9E
RGB
CMYK
RGB Variations
Color information
#B5AF9E (or 0xB5AF9E) is known color: Bison Hide. HEX triplet: B5, AF and 9E. RGB value is (181,175,158). Sum of RGB (Red+Green+Blue) = 181+175+158=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF9E is #4A5061. Grayscale: #AEAEAE. Windows color (decimal): -4870242 or 10399669. OLE color: 10399669.
HSL color Cylindrical-coordinate representation of color #B5AF9E: hue angle of 44.35º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AF9E is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 175 | 158 | - |
CMYK | 0 | 0.03 | 0.13 | 0.29 |
HSL | 44.35º | 0.13% | 0.66% | - |
HSV(B) | 44.35º | 0.13% | 0.71% | - |
XYZ | 40.56 | 42.95 | 38.5 | - |
YUV | 174.86 | 118.49 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 158 | 0 | 0.03 | 0.13 | 0.29 | 44.35 | 0.13 | 0.66 |
Hex | B5 | AF | 9E | 0 | 3 | D | 1D | 2C | D | 42 |
Octal | 265 | 257 | 236 | 0 | 3 | 15 | 35 | 54 | 15 | 102 |
Binary | 10110101 | 10101111 | 10011110 | 0 | 11 | 1101 | 11101 | 101100 | 1101 | 1000010 |
Color Harmonies of #B5AF9E
Complementary color
Monochromatic Colors of #B5AF9E
Black with #B5AF9E
Text Example
Text Example
White with #B5AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF9E; }
p { color: rgb(181,175,158); }
H1.HeaderClassName
{
color: #B5AF9E;
}
.AnyTagClassName
{
color: #B5AF9E;
}
</style>
background-color css
<style>
a { background-color: #B5AF9E; }
a { background-color: rgb(181,175,158); }
div.DivClassName
{
background-color: #B5AF9E;
}
.BgClassName
{
background-color: #B5AF9E;
}
</style>
border-color css
<style>
span { border-color: #B5AF9E; }
span { border-color: rgb(181,175,158); }
td.TdClassName
{
border-color: #B5AF9E;
}
.TagClassName
{
border-color: #B5AF9E;
}
</style>