Shades of Brass #BCAF3F
Tints of Brass #BCAF3F
RGB
CMYK
RGB Variations
Color information
#BCAF3F (or 0xBCAF3F) is known color: Brass. HEX triplet: BC, AF and 3F. RGB value is (188,175,63). Sum of RGB (Red+Green+Blue) = 188+175+63=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF3F is #4350C0. Grayscale: #A6A6A6. Windows color (decimal): -4411585 or 4173756. OLE color: 4173756.
HSL color Cylindrical-coordinate representation of color #BCAF3F: hue angle of 53.76º degrees, saturation: 0.5, 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 #BCAF3F is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 63 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.26 |
| HSL | 53.76º | 0.5% | 0.49% | - |
| HSV(B) | 53.76º | 0.66% | 0.74% | - |
| XYZ | 36.97 | 41.71 | 10.81 | - |
| YUV | 166.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 63 | 0 | 0.07 | 0.66 | 0.26 | 53.76 | 0.5 | 0.49 |
| Hex | BC | AF | 3F | 0 | 7 | 42 | 1A | 36 | 32 | 31 |
| Octal | 274 | 257 | 77 | 0 | 7 | 102 | 32 | 66 | 62 | 61 |
| Binary | 10111100 | 10101111 | 111111 | 0 | 111 | 1000010 | 11010 | 110110 | 110010 | 110001 |
Color Harmonies of #BCAF3F
Complementary color
Monochromatic Colors of #BCAF3F
Black with #BCAF3F
Text Example
Text Example
White with #BCAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF3F; }
p { color: rgb(188,175,63); }
H1.HeaderClassName
{
color: #BCAF3F;
}
.AnyTagClassName
{
color: #BCAF3F;
}
</style>
background-color css
<style>
a { background-color: #BCAF3F; }
a { background-color: rgb(188,175,63); }
div.DivClassName
{
background-color: #BCAF3F;
}
.BgClassName
{
background-color: #BCAF3F;
}
</style>
border-color css
<style>
span { border-color: #BCAF3F; }
span { border-color: rgb(188,175,63); }
td.TdClassName
{
border-color: #BCAF3F;
}
.TagClassName
{
border-color: #BCAF3F;
}
</style>