Shades of Brass #BCAF40
Tints of Brass #BCAF40
RGB
CMYK
RGB Variations
Color information
#BCAF40 (or 0xBCAF40) is known color: Brass. HEX triplet: BC, AF and 40. RGB value is (188,175,64). Sum of RGB (Red+Green+Blue) = 188+175+64=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF40 is #4350BF. Grayscale: #A6A6A6. Windows color (decimal): -4411584 or 4239292. OLE color: 4239292.
HSL color Cylindrical-coordinate representation of color #BCAF40: hue angle of 53.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCAF40 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 64 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.26 |
| HSL | 53.71º | 0.49% | 0.49% | - |
| HSV(B) | 53.71º | 0.66% | 0.74% | - |
| XYZ | 36.99 | 41.72 | 10.95 | - |
| YUV | 166.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 64 | 0 | 0.07 | 0.66 | 0.26 | 53.71 | 0.49 | 0.49 |
| Hex | BC | AF | 40 | 0 | 7 | 42 | 1A | 36 | 31 | 31 |
| Octal | 274 | 257 | 100 | 0 | 7 | 102 | 32 | 66 | 61 | 61 |
| Binary | 10111100 | 10101111 | 1000000 | 0 | 111 | 1000010 | 11010 | 110110 | 110001 | 110001 |
Color Harmonies of #BCAF40
Complementary color
Monochromatic Colors of #BCAF40
Black with #BCAF40
Text Example
Text Example
White with #BCAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF40; }
p { color: rgb(188,175,64); }
H1.HeaderClassName
{
color: #BCAF40;
}
.AnyTagClassName
{
color: #BCAF40;
}
</style>
background-color css
<style>
a { background-color: #BCAF40; }
a { background-color: rgb(188,175,64); }
div.DivClassName
{
background-color: #BCAF40;
}
.BgClassName
{
background-color: #BCAF40;
}
</style>
border-color css
<style>
span { border-color: #BCAF40; }
span { border-color: rgb(188,175,64); }
td.TdClassName
{
border-color: #BCAF40;
}
.TagClassName
{
border-color: #BCAF40;
}
</style>