Shades of Brass #BCAF46
Tints of Brass #BCAF46
RGB
CMYK
RGB Variations
Color information
#BCAF46 (or 0xBCAF46) is known color: Brass. HEX triplet: BC, AF and 46. RGB value is (188,175,70). Sum of RGB (Red+Green+Blue) = 188+175+70=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF46 is #4350B9. Grayscale: #A7A7A7. Windows color (decimal): -4411578 or 4632508. OLE color: 4632508.
HSL color Cylindrical-coordinate representation of color #BCAF46: hue angle of 53.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCAF46 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 70 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.26 |
| HSL | 53.39º | 0.47% | 0.51% | - |
| HSV(B) | 53.39º | 0.63% | 0.74% | - |
| XYZ | 37.17 | 41.79 | 11.9 | - |
| YUV | 166.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 70 | 0 | 0.07 | 0.63 | 0.26 | 53.39 | 0.47 | 0.51 |
| Hex | BC | AF | 46 | 0 | 7 | 3F | 1A | 35 | 2F | 33 |
| Octal | 274 | 257 | 106 | 0 | 7 | 77 | 32 | 65 | 57 | 63 |
| Binary | 10111100 | 10101111 | 1000110 | 0 | 111 | 111111 | 11010 | 110101 | 101111 | 110011 |
Color Harmonies of #BCAF46
Complementary color
Monochromatic Colors of #BCAF46
Black with #BCAF46
Text Example
Text Example
White with #BCAF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF46; }
p { color: rgb(188,175,70); }
H1.HeaderClassName
{
color: #BCAF46;
}
.AnyTagClassName
{
color: #BCAF46;
}
</style>
background-color css
<style>
a { background-color: #BCAF46; }
a { background-color: rgb(188,175,70); }
div.DivClassName
{
background-color: #BCAF46;
}
.BgClassName
{
background-color: #BCAF46;
}
</style>
border-color css
<style>
span { border-color: #BCAF46; }
span { border-color: rgb(188,175,70); }
td.TdClassName
{
border-color: #BCAF46;
}
.TagClassName
{
border-color: #BCAF46;
}
</style>