Shades of Brass #BDAF41
Tints of Brass #BDAF41
RGB
CMYK
RGB Variations
Color information
#BDAF41 (or 0xBDAF41) is known color: Brass. HEX triplet: BD, AF and 41. RGB value is (189,175,65). Sum of RGB (Red+Green+Blue) = 189+175+65=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF41 is #4250BE. Grayscale: #A7A7A7. Windows color (decimal): -4346047 or 4304829. OLE color: 4304829.
HSL color Cylindrical-coordinate representation of color #BDAF41: hue angle of 53.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDAF41 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 65 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.26 |
| HSL | 53.23º | 0.49% | 0.5% | - |
| HSV(B) | 53.23º | 0.66% | 0.74% | - |
| XYZ | 37.27 | 41.86 | 11.12 | - |
| YUV | 166.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 65 | 0 | 0.07 | 0.66 | 0.26 | 53.23 | 0.49 | 0.5 |
| Hex | BD | AF | 41 | 0 | 7 | 42 | 1A | 35 | 31 | 32 |
| Octal | 275 | 257 | 101 | 0 | 7 | 102 | 32 | 65 | 61 | 62 |
| Binary | 10111101 | 10101111 | 1000001 | 0 | 111 | 1000010 | 11010 | 110101 | 110001 | 110010 |
Color Harmonies of #BDAF41
Complementary color
Monochromatic Colors of #BDAF41
Black with #BDAF41
Text Example
Text Example
White with #BDAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF41; }
p { color: rgb(189,175,65); }
H1.HeaderClassName
{
color: #BDAF41;
}
.AnyTagClassName
{
color: #BDAF41;
}
</style>
background-color css
<style>
a { background-color: #BDAF41; }
a { background-color: rgb(189,175,65); }
div.DivClassName
{
background-color: #BDAF41;
}
.BgClassName
{
background-color: #BDAF41;
}
</style>
border-color css
<style>
span { border-color: #BDAF41; }
span { border-color: rgb(189,175,65); }
td.TdClassName
{
border-color: #BDAF41;
}
.TagClassName
{
border-color: #BDAF41;
}
</style>