Shades of Brass #BCA243
Tints of Brass #BCA243
RGB
CMYK
RGB Variations
Color information
#BCA243 (or 0xBCA243) is known color: Brass. HEX triplet: BC, A2 and 43. RGB value is (188,162,67). Sum of RGB (Red+Green+Blue) = 188+162+67=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA243 is #435DBC. Grayscale: #9F9F9F. Windows color (decimal): -4414909 or 4432572. OLE color: 4432572.
HSL color Cylindrical-coordinate representation of color #BCA243: hue angle of 47.11º 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 #BCA243 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 67 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.26 |
| HSL | 47.11º | 0.47% | 0.5% | - |
| HSV(B) | 47.11º | 0.64% | 0.74% | - |
| XYZ | 34.67 | 36.94 | 10.61 | - |
| YUV | 158.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 67 | 0 | 0.14 | 0.64 | 0.26 | 47.11 | 0.47 | 0.5 |
| Hex | BC | A2 | 43 | 0 | E | 40 | 1A | 2F | 2F | 32 |
| Octal | 274 | 242 | 103 | 0 | 16 | 100 | 32 | 57 | 57 | 62 |
| Binary | 10111100 | 10100010 | 1000011 | 0 | 1110 | 1000000 | 11010 | 101111 | 101111 | 110010 |
Color Harmonies of #BCA243
Complementary color
Monochromatic Colors of #BCA243
Black with #BCA243
Text Example
Text Example
White with #BCA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA243; }
p { color: rgb(188,162,67); }
H1.HeaderClassName
{
color: #BCA243;
}
.AnyTagClassName
{
color: #BCA243;
}
</style>
background-color css
<style>
a { background-color: #BCA243; }
a { background-color: rgb(188,162,67); }
div.DivClassName
{
background-color: #BCA243;
}
.BgClassName
{
background-color: #BCA243;
}
</style>
border-color css
<style>
span { border-color: #BCA243; }
span { border-color: rgb(188,162,67); }
td.TdClassName
{
border-color: #BCA243;
}
.TagClassName
{
border-color: #BCA243;
}
</style>