Shades of Brass #BCA842
Tints of Brass #BCA842
RGB
CMYK
RGB Variations
Color information
#BCA842 (or 0xBCA842) is known color: Brass. HEX triplet: BC, A8 and 42. RGB value is (188,168,66). Sum of RGB (Red+Green+Blue) = 188+168+66=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA842 is #4357BD. Grayscale: #A2A2A2. Windows color (decimal): -4413374 or 4368572. OLE color: 4368572.
HSL color Cylindrical-coordinate representation of color #BCA842: hue angle of 50.16º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCA842 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 66 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.26 |
| HSL | 50.16º | 0.48% | 0.5% | - |
| HSV(B) | 50.16º | 0.65% | 0.74% | - |
| XYZ | 35.73 | 39.09 | 10.82 | - |
| YUV | 162.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 66 | 0 | 0.11 | 0.65 | 0.26 | 50.16 | 0.48 | 0.5 |
| Hex | BC | A8 | 42 | 0 | B | 41 | 1A | 32 | 30 | 32 |
| Octal | 274 | 250 | 102 | 0 | 13 | 101 | 32 | 62 | 60 | 62 |
| Binary | 10111100 | 10101000 | 1000010 | 0 | 1011 | 1000001 | 11010 | 110010 | 110000 | 110010 |
Color Harmonies of #BCA842
Complementary color
Monochromatic Colors of #BCA842
Black with #BCA842
Text Example
Text Example
White with #BCA842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA842; }
p { color: rgb(188,168,66); }
H1.HeaderClassName
{
color: #BCA842;
}
.AnyTagClassName
{
color: #BCA842;
}
</style>
background-color css
<style>
a { background-color: #BCA842; }
a { background-color: rgb(188,168,66); }
div.DivClassName
{
background-color: #BCA842;
}
.BgClassName
{
background-color: #BCA842;
}
</style>
border-color css
<style>
span { border-color: #BCA842; }
span { border-color: rgb(188,168,66); }
td.TdClassName
{
border-color: #BCA842;
}
.TagClassName
{
border-color: #BCA842;
}
</style>