Shades of Brass #BDAF3A
Tints of Brass #BDAF3A
RGB
CMYK
RGB Variations
Color information
#BDAF3A (or 0xBDAF3A) is known color: Brass. HEX triplet: BD, AF and 3A. RGB value is (189,175,58). Sum of RGB (Red+Green+Blue) = 189+175+58=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF3A is #4250C5. Grayscale: #A6A6A6. Windows color (decimal): -4346054 or 3846077. OLE color: 3846077.
HSL color Cylindrical-coordinate representation of color #BDAF3A: hue angle of 53.59º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDAF3A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 58 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.26 |
| HSL | 53.59º | 0.53% | 0.48% | - |
| HSV(B) | 53.59º | 0.69% | 0.74% | - |
| XYZ | 37.08 | 41.78 | 10.11 | - |
| YUV | 165.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 58 | 0 | 0.07 | 0.69 | 0.26 | 53.59 | 0.53 | 0.48 |
| Hex | BD | AF | 3A | 0 | 7 | 45 | 1A | 36 | 35 | 30 |
| Octal | 275 | 257 | 72 | 0 | 7 | 105 | 32 | 66 | 65 | 60 |
| Binary | 10111101 | 10101111 | 111010 | 0 | 111 | 1000101 | 11010 | 110110 | 110101 | 110000 |
Color Harmonies of #BDAF3A
Complementary color
Monochromatic Colors of #BDAF3A
Black with #BDAF3A
Text Example
Text Example
White with #BDAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF3A; }
p { color: rgb(189,175,58); }
H1.HeaderClassName
{
color: #BDAF3A;
}
.AnyTagClassName
{
color: #BDAF3A;
}
</style>
background-color css
<style>
a { background-color: #BDAF3A; }
a { background-color: rgb(189,175,58); }
div.DivClassName
{
background-color: #BDAF3A;
}
.BgClassName
{
background-color: #BDAF3A;
}
</style>
border-color css
<style>
span { border-color: #BDAF3A; }
span { border-color: rgb(189,175,58); }
td.TdClassName
{
border-color: #BDAF3A;
}
.TagClassName
{
border-color: #BDAF3A;
}
</style>