Shades of Brass #BCA834
Tints of Brass #BCA834
RGB
CMYK
RGB Variations
Color information
#BCA834 (or 0xBCA834) is known color: Brass. HEX triplet: BC, A8 and 34. RGB value is (188,168,52). Sum of RGB (Red+Green+Blue) = 188+168+52=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA834 is #4357CB. Grayscale: #A1A1A1. Windows color (decimal): -4413388 or 3451068. OLE color: 3451068.
HSL color Cylindrical-coordinate representation of color #BCA834: hue angle of 51.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCA834 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 52 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.26 |
| HSL | 51.18º | 0.57% | 0.47% | - |
| HSV(B) | 51.18º | 0.72% | 0.74% | - |
| XYZ | 35.36 | 38.94 | 8.9 | - |
| YUV | 160.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 52 | 0 | 0.11 | 0.72 | 0.26 | 51.18 | 0.57 | 0.47 |
| Hex | BC | A8 | 34 | 0 | B | 48 | 1A | 33 | 39 | 2F |
| Octal | 274 | 250 | 64 | 0 | 13 | 110 | 32 | 63 | 71 | 57 |
| Binary | 10111100 | 10101000 | 110100 | 0 | 1011 | 1001000 | 11010 | 110011 | 111001 | 101111 |
Color Harmonies of #BCA834
Complementary color
Monochromatic Colors of #BCA834
Black with #BCA834
Text Example
Text Example
White with #BCA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA834; }
p { color: rgb(188,168,52); }
H1.HeaderClassName
{
color: #BCA834;
}
.AnyTagClassName
{
color: #BCA834;
}
</style>
background-color css
<style>
a { background-color: #BCA834; }
a { background-color: rgb(188,168,52); }
div.DivClassName
{
background-color: #BCA834;
}
.BgClassName
{
background-color: #BCA834;
}
</style>
border-color css
<style>
span { border-color: #BCA834; }
span { border-color: rgb(188,168,52); }
td.TdClassName
{
border-color: #BCA834;
}
.TagClassName
{
border-color: #BCA834;
}
</style>