Shades of Brass #BDAF45
Tints of Brass #BDAF45
RGB
CMYK
RGB Variations
Color information
#BDAF45 (or 0xBDAF45) is known color: Brass. HEX triplet: BD, AF and 45. RGB value is (189,175,69). Sum of RGB (Red+Green+Blue) = 189+175+69=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF45 is #4250BA. Grayscale: #A7A7A7. Windows color (decimal): -4346043 or 4566973. OLE color: 4566973.
HSL color Cylindrical-coordinate representation of color #BDAF45: hue angle of 53º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDAF45 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 69 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.26 |
| HSL | 53º | 0.48% | 0.51% | - |
| HSV(B) | 53º | 0.63% | 0.74% | - |
| XYZ | 37.39 | 41.91 | 11.75 | - |
| YUV | 167.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 69 | 0 | 0.07 | 0.63 | 0.26 | 53 | 0.48 | 0.51 |
| Hex | BD | AF | 45 | 0 | 7 | 3F | 1A | 35 | 30 | 33 |
| Octal | 275 | 257 | 105 | 0 | 7 | 77 | 32 | 65 | 60 | 63 |
| Binary | 10111101 | 10101111 | 1000101 | 0 | 111 | 111111 | 11010 | 110101 | 110000 | 110011 |
Color Harmonies of #BDAF45
Complementary color
Monochromatic Colors of #BDAF45
Black with #BDAF45
Text Example
Text Example
White with #BDAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF45; }
p { color: rgb(189,175,69); }
H1.HeaderClassName
{
color: #BDAF45;
}
.AnyTagClassName
{
color: #BDAF45;
}
</style>
background-color css
<style>
a { background-color: #BDAF45; }
a { background-color: rgb(189,175,69); }
div.DivClassName
{
background-color: #BDAF45;
}
.BgClassName
{
background-color: #BDAF45;
}
</style>
border-color css
<style>
span { border-color: #BDAF45; }
span { border-color: rgb(189,175,69); }
td.TdClassName
{
border-color: #BDAF45;
}
.TagClassName
{
border-color: #BDAF45;
}
</style>