Shades of Brass #BCB246
Tints of Brass #BCB246
RGB
CMYK
RGB Variations
Color information
#BCB246 (or 0xBCB246) is known color: Brass. HEX triplet: BC, B2 and 46. RGB value is (188,178,70). Sum of RGB (Red+Green+Blue) = 188+178+70=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB246 is #434DB9. Grayscale: #A9A9A9. Windows color (decimal): -4410810 or 4633276. OLE color: 4633276.
HSL color Cylindrical-coordinate representation of color #BCB246: hue angle of 54.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCB246 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 70 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.26 |
| HSL | 54.92º | 0.47% | 0.51% | - |
| HSV(B) | 54.92º | 0.63% | 0.74% | - |
| XYZ | 37.76 | 42.97 | 12.1 | - |
| YUV | 168.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 70 | 0 | 0.05 | 0.63 | 0.26 | 54.92 | 0.47 | 0.51 |
| Hex | BC | B2 | 46 | 0 | 5 | 3F | 1A | 37 | 2F | 33 |
| Octal | 274 | 262 | 106 | 0 | 5 | 77 | 32 | 67 | 57 | 63 |
| Binary | 10111100 | 10110010 | 1000110 | 0 | 101 | 111111 | 11010 | 110111 | 101111 | 110011 |
Color Harmonies of #BCB246
Complementary color
Monochromatic Colors of #BCB246
Black with #BCB246
Text Example
Text Example
White with #BCB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB246; }
p { color: rgb(188,178,70); }
H1.HeaderClassName
{
color: #BCB246;
}
.AnyTagClassName
{
color: #BCB246;
}
</style>
background-color css
<style>
a { background-color: #BCB246; }
a { background-color: rgb(188,178,70); }
div.DivClassName
{
background-color: #BCB246;
}
.BgClassName
{
background-color: #BCB246;
}
</style>
border-color css
<style>
span { border-color: #BCB246; }
span { border-color: rgb(188,178,70); }
td.TdClassName
{
border-color: #BCB246;
}
.TagClassName
{
border-color: #BCB246;
}
</style>