Shades of Brass #BDAF3C
Tints of Brass #BDAF3C
RGB
CMYK
RGB Variations
Color information
#BDAF3C (or 0xBDAF3C) is known color: Brass. HEX triplet: BD, AF and 3C. RGB value is (189,175,60). Sum of RGB (Red+Green+Blue) = 189+175+60=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF3C is #4250C3. Grayscale: #A6A6A6. Windows color (decimal): -4346052 or 3977149. OLE color: 3977149.
HSL color Cylindrical-coordinate representation of color #BDAF3C: hue angle of 53.49º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDAF3C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 60 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.26 |
| HSL | 53.49º | 0.52% | 0.49% | - |
| HSV(B) | 53.49º | 0.68% | 0.74% | - |
| XYZ | 37.13 | 41.81 | 10.39 | - |
| YUV | 166.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 60 | 0 | 0.07 | 0.68 | 0.26 | 53.49 | 0.52 | 0.49 |
| Hex | BD | AF | 3C | 0 | 7 | 44 | 1A | 35 | 34 | 31 |
| Octal | 275 | 257 | 74 | 0 | 7 | 104 | 32 | 65 | 64 | 61 |
| Binary | 10111101 | 10101111 | 111100 | 0 | 111 | 1000100 | 11010 | 110101 | 110100 | 110001 |
Color Harmonies of #BDAF3C
Complementary color
Monochromatic Colors of #BDAF3C
Black with #BDAF3C
Text Example
Text Example
White with #BDAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF3C; }
p { color: rgb(189,175,60); }
H1.HeaderClassName
{
color: #BDAF3C;
}
.AnyTagClassName
{
color: #BDAF3C;
}
</style>
background-color css
<style>
a { background-color: #BDAF3C; }
a { background-color: rgb(189,175,60); }
div.DivClassName
{
background-color: #BDAF3C;
}
.BgClassName
{
background-color: #BDAF3C;
}
</style>
border-color css
<style>
span { border-color: #BDAF3C; }
span { border-color: rgb(189,175,60); }
td.TdClassName
{
border-color: #BDAF3C;
}
.TagClassName
{
border-color: #BDAF3C;
}
</style>