Shades of Brass #BDAF40
Tints of Brass #BDAF40
RGB
CMYK
RGB Variations
Color information
#BDAF40 (or 0xBDAF40) is known color: Brass. HEX triplet: BD, AF and 40. RGB value is (189,175,64). Sum of RGB (Red+Green+Blue) = 189+175+64=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF40 is #4250BF. Grayscale: #A6A6A6. Windows color (decimal): -4346048 or 4239293. OLE color: 4239293.
HSL color Cylindrical-coordinate representation of color #BDAF40: hue angle of 53.28º 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 #BDAF40 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 64 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.26 |
| HSL | 53.28º | 0.49% | 0.5% | - |
| HSV(B) | 53.28º | 0.66% | 0.74% | - |
| XYZ | 37.24 | 41.85 | 10.97 | - |
| YUV | 166.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 64 | 0 | 0.07 | 0.66 | 0.26 | 53.28 | 0.49 | 0.5 |
| Hex | BD | AF | 40 | 0 | 7 | 42 | 1A | 35 | 31 | 32 |
| Octal | 275 | 257 | 100 | 0 | 7 | 102 | 32 | 65 | 61 | 62 |
| Binary | 10111101 | 10101111 | 1000000 | 0 | 111 | 1000010 | 11010 | 110101 | 110001 | 110010 |
Color Harmonies of #BDAF40
Complementary color
Monochromatic Colors of #BDAF40
Black with #BDAF40
Text Example
Text Example
White with #BDAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF40; }
p { color: rgb(189,175,64); }
H1.HeaderClassName
{
color: #BDAF40;
}
.AnyTagClassName
{
color: #BDAF40;
}
</style>
background-color css
<style>
a { background-color: #BDAF40; }
a { background-color: rgb(189,175,64); }
div.DivClassName
{
background-color: #BDAF40;
}
.BgClassName
{
background-color: #BDAF40;
}
</style>
border-color css
<style>
span { border-color: #BDAF40; }
span { border-color: rgb(189,175,64); }
td.TdClassName
{
border-color: #BDAF40;
}
.TagClassName
{
border-color: #BDAF40;
}
</style>