Shades of Brass #BDAF42
Tints of Brass #BDAF42
RGB
CMYK
RGB Variations
Color information
#BDAF42 (or 0xBDAF42) is known color: Brass. HEX triplet: BD, AF and 42. RGB value is (189,175,66). Sum of RGB (Red+Green+Blue) = 189+175+66=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF42 is #4250BD. Grayscale: #A7A7A7. Windows color (decimal): -4346046 or 4370365. OLE color: 4370365.
HSL color Cylindrical-coordinate representation of color #BDAF42: hue angle of 53.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDAF42 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 66 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.26 |
| HSL | 53.17º | 0.48% | 0.5% | - |
| HSV(B) | 53.17º | 0.65% | 0.74% | - |
| XYZ | 37.3 | 41.87 | 11.27 | - |
| YUV | 166.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 66 | 0 | 0.07 | 0.65 | 0.26 | 53.17 | 0.48 | 0.5 |
| Hex | BD | AF | 42 | 0 | 7 | 41 | 1A | 35 | 30 | 32 |
| Octal | 275 | 257 | 102 | 0 | 7 | 101 | 32 | 65 | 60 | 62 |
| Binary | 10111101 | 10101111 | 1000010 | 0 | 111 | 1000001 | 11010 | 110101 | 110000 | 110010 |
Color Harmonies of #BDAF42
Complementary color
Monochromatic Colors of #BDAF42
Black with #BDAF42
Text Example
Text Example
White with #BDAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF42; }
p { color: rgb(189,175,66); }
H1.HeaderClassName
{
color: #BDAF42;
}
.AnyTagClassName
{
color: #BDAF42;
}
</style>
background-color css
<style>
a { background-color: #BDAF42; }
a { background-color: rgb(189,175,66); }
div.DivClassName
{
background-color: #BDAF42;
}
.BgClassName
{
background-color: #BDAF42;
}
</style>
border-color css
<style>
span { border-color: #BDAF42; }
span { border-color: rgb(189,175,66); }
td.TdClassName
{
border-color: #BDAF42;
}
.TagClassName
{
border-color: #BDAF42;
}
</style>