Shades of Brass #BDAF34
Tints of Brass #BDAF34
RGB
CMYK
RGB Variations
Color information
#BDAF34 (or 0xBDAF34) is known color: Brass. HEX triplet: BD, AF and 34. RGB value is (189,175,52). Sum of RGB (Red+Green+Blue) = 189+175+52=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF34 is #4250CB. Grayscale: #A5A5A5. Windows color (decimal): -4346060 or 3452861. OLE color: 3452861.
HSL color Cylindrical-coordinate representation of color #BDAF34: hue angle of 53.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDAF34 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 52 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.26 |
| HSL | 53.87º | 0.57% | 0.47% | - |
| HSV(B) | 53.87º | 0.72% | 0.74% | - |
| XYZ | 36.94 | 41.73 | 9.36 | - |
| YUV | 165.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 52 | 0 | 0.07 | 0.72 | 0.26 | 53.87 | 0.57 | 0.47 |
| Hex | BD | AF | 34 | 0 | 7 | 48 | 1A | 36 | 39 | 2F |
| Octal | 275 | 257 | 64 | 0 | 7 | 110 | 32 | 66 | 71 | 57 |
| Binary | 10111101 | 10101111 | 110100 | 0 | 111 | 1001000 | 11010 | 110110 | 111001 | 101111 |
Color Harmonies of #BDAF34
Complementary color
Monochromatic Colors of #BDAF34
Black with #BDAF34
Text Example
Text Example
White with #BDAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF34; }
p { color: rgb(189,175,52); }
H1.HeaderClassName
{
color: #BDAF34;
}
.AnyTagClassName
{
color: #BDAF34;
}
</style>
background-color css
<style>
a { background-color: #BDAF34; }
a { background-color: rgb(189,175,52); }
div.DivClassName
{
background-color: #BDAF34;
}
.BgClassName
{
background-color: #BDAF34;
}
</style>
border-color css
<style>
span { border-color: #BDAF34; }
span { border-color: rgb(189,175,52); }
td.TdClassName
{
border-color: #BDAF34;
}
.TagClassName
{
border-color: #BDAF34;
}
</style>