Shades of Brass #BDAF44
Tints of Brass #BDAF44
RGB
CMYK
RGB Variations
Color information
#BDAF44 (or 0xBDAF44) is known color: Brass. HEX triplet: BD, AF and 44. RGB value is (189,175,68). Sum of RGB (Red+Green+Blue) = 189+175+68=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF44 is #4250BB. Grayscale: #A7A7A7. Windows color (decimal): -4346044 or 4501437. OLE color: 4501437.
HSL color Cylindrical-coordinate representation of color #BDAF44: hue angle of 53.06º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDAF44 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 68 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.26 |
| HSL | 53.06º | 0.48% | 0.5% | - |
| HSV(B) | 53.06º | 0.64% | 0.74% | - |
| XYZ | 37.36 | 41.9 | 11.59 | - |
| YUV | 166.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 68 | 0 | 0.07 | 0.64 | 0.26 | 53.06 | 0.48 | 0.5 |
| Hex | BD | AF | 44 | 0 | 7 | 40 | 1A | 35 | 30 | 32 |
| Octal | 275 | 257 | 104 | 0 | 7 | 100 | 32 | 65 | 60 | 62 |
| Binary | 10111101 | 10101111 | 1000100 | 0 | 111 | 1000000 | 11010 | 110101 | 110000 | 110010 |
Color Harmonies of #BDAF44
Complementary color
Monochromatic Colors of #BDAF44
Black with #BDAF44
Text Example
Text Example
White with #BDAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF44; }
p { color: rgb(189,175,68); }
H1.HeaderClassName
{
color: #BDAF44;
}
.AnyTagClassName
{
color: #BDAF44;
}
</style>
background-color css
<style>
a { background-color: #BDAF44; }
a { background-color: rgb(189,175,68); }
div.DivClassName
{
background-color: #BDAF44;
}
.BgClassName
{
background-color: #BDAF44;
}
</style>
border-color css
<style>
span { border-color: #BDAF44; }
span { border-color: rgb(189,175,68); }
td.TdClassName
{
border-color: #BDAF44;
}
.TagClassName
{
border-color: #BDAF44;
}
</style>