Shades of Brass #BCA843
Tints of Brass #BCA843
RGB
CMYK
RGB Variations
Color information
#BCA843 (or 0xBCA843) is known color: Brass. HEX triplet: BC, A8 and 43. RGB value is (188,168,67). Sum of RGB (Red+Green+Blue) = 188+168+67=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA843 is #4357BC. Grayscale: #A2A2A2. Windows color (decimal): -4413373 or 4434108. OLE color: 4434108.
HSL color Cylindrical-coordinate representation of color #BCA843: hue angle of 50.08º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCA843 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 67 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.26 |
| HSL | 50.08º | 0.47% | 0.5% | - |
| HSV(B) | 50.08º | 0.64% | 0.74% | - |
| XYZ | 35.75 | 39.1 | 10.97 | - |
| YUV | 162.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 67 | 0 | 0.11 | 0.64 | 0.26 | 50.08 | 0.47 | 0.5 |
| Hex | BC | A8 | 43 | 0 | B | 40 | 1A | 32 | 2F | 32 |
| Octal | 274 | 250 | 103 | 0 | 13 | 100 | 32 | 62 | 57 | 62 |
| Binary | 10111100 | 10101000 | 1000011 | 0 | 1011 | 1000000 | 11010 | 110010 | 101111 | 110010 |
Color Harmonies of #BCA843
Complementary color
Monochromatic Colors of #BCA843
Black with #BCA843
Text Example
Text Example
White with #BCA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA843; }
p { color: rgb(188,168,67); }
H1.HeaderClassName
{
color: #BCA843;
}
.AnyTagClassName
{
color: #BCA843;
}
</style>
background-color css
<style>
a { background-color: #BCA843; }
a { background-color: rgb(188,168,67); }
div.DivClassName
{
background-color: #BCA843;
}
.BgClassName
{
background-color: #BCA843;
}
</style>
border-color css
<style>
span { border-color: #BCA843; }
span { border-color: rgb(188,168,67); }
td.TdClassName
{
border-color: #BCA843;
}
.TagClassName
{
border-color: #BCA843;
}
</style>