Shades of Bison Hide #BDAF90
Tints of Bison Hide #BDAF90
RGB
CMYK
RGB Variations
Color information
#BDAF90 (or 0xBDAF90) is known color: Bison Hide. HEX triplet: BD, AF and 90. RGB value is (189,175,144). Sum of RGB (Red+Green+Blue) = 189+175+144=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF90 is #42506F. Grayscale: #AFAFAF. Windows color (decimal): -4345968 or 9482173. OLE color: 9482173.
HSL color Cylindrical-coordinate representation of color #BDAF90: hue angle of 41.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAF90 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 144 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.26 |
| HSL | 41.33º | 0.25% | 0.65% | - |
| HSV(B) | 41.33º | 0.24% | 0.74% | - |
| XYZ | 41.35 | 43.49 | 32.6 | - |
| YUV | 175.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 144 | 0 | 0.07 | 0.24 | 0.26 | 41.33 | 0.25 | 0.65 |
| Hex | BD | AF | 90 | 0 | 7 | 18 | 1A | 29 | 19 | 41 |
| Octal | 275 | 257 | 220 | 0 | 7 | 30 | 32 | 51 | 31 | 101 |
| Binary | 10111101 | 10101111 | 10010000 | 0 | 111 | 11000 | 11010 | 101001 | 11001 | 1000001 |
Color Harmonies of #BDAF90
Complementary color
Monochromatic Colors of #BDAF90
Black with #BDAF90
Text Example
Text Example
White with #BDAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF90; }
p { color: rgb(189,175,144); }
H1.HeaderClassName
{
color: #BDAF90;
}
.AnyTagClassName
{
color: #BDAF90;
}
</style>
background-color css
<style>
a { background-color: #BDAF90; }
a { background-color: rgb(189,175,144); }
div.DivClassName
{
background-color: #BDAF90;
}
.BgClassName
{
background-color: #BDAF90;
}
</style>
border-color css
<style>
span { border-color: #BDAF90; }
span { border-color: rgb(189,175,144); }
td.TdClassName
{
border-color: #BDAF90;
}
.TagClassName
{
border-color: #BDAF90;
}
</style>