Shades of Brass #BDAF3F
Tints of Brass #BDAF3F
RGB
CMYK
RGB Variations
Color information
#BDAF3F (or 0xBDAF3F) is known color: Brass. HEX triplet: BD, AF and 3F. RGB value is (189,175,63). Sum of RGB (Red+Green+Blue) = 189+175+63=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF3F is #4250C0. Grayscale: #A6A6A6. Windows color (decimal): -4346049 or 4173757. OLE color: 4173757.
HSL color Cylindrical-coordinate representation of color #BDAF3F: hue angle of 53.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDAF3F is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 63 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.26 |
| HSL | 53.33º | 0.5% | 0.49% | - |
| HSV(B) | 53.33º | 0.67% | 0.74% | - |
| XYZ | 37.21 | 41.84 | 10.82 | - |
| YUV | 166.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 63 | 0 | 0.07 | 0.67 | 0.26 | 53.33 | 0.5 | 0.49 |
| Hex | BD | AF | 3F | 0 | 7 | 43 | 1A | 35 | 32 | 31 |
| Octal | 275 | 257 | 77 | 0 | 7 | 103 | 32 | 65 | 62 | 61 |
| Binary | 10111101 | 10101111 | 111111 | 0 | 111 | 1000011 | 11010 | 110101 | 110010 | 110001 |
Color Harmonies of #BDAF3F
Complementary color
Monochromatic Colors of #BDAF3F
Black with #BDAF3F
Text Example
Text Example
White with #BDAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF3F; }
p { color: rgb(189,175,63); }
H1.HeaderClassName
{
color: #BDAF3F;
}
.AnyTagClassName
{
color: #BDAF3F;
}
</style>
background-color css
<style>
a { background-color: #BDAF3F; }
a { background-color: rgb(189,175,63); }
div.DivClassName
{
background-color: #BDAF3F;
}
.BgClassName
{
background-color: #BDAF3F;
}
</style>
border-color css
<style>
span { border-color: #BDAF3F; }
span { border-color: rgb(189,175,63); }
td.TdClassName
{
border-color: #BDAF3F;
}
.TagClassName
{
border-color: #BDAF3F;
}
</style>