Shades of Brass #BCB236
Tints of Brass #BCB236
RGB
CMYK
RGB Variations
Color information
#BCB236 (or 0xBCB236) is known color: Brass. HEX triplet: BC, B2 and 36. RGB value is (188,178,54). Sum of RGB (Red+Green+Blue) = 188+178+54=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB236 is #434DC9. Grayscale: #A7A7A7. Windows color (decimal): -4410826 or 3584700. OLE color: 3584700.
HSL color Cylindrical-coordinate representation of color #BCB236: hue angle of 55.52º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCB236 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 54 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.26 |
| HSL | 55.52º | 0.55% | 0.47% | - |
| HSV(B) | 55.52º | 0.71% | 0.74% | - |
| XYZ | 37.33 | 42.8 | 9.78 | - |
| YUV | 166.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 54 | 0 | 0.05 | 0.71 | 0.26 | 55.52 | 0.55 | 0.47 |
| Hex | BC | B2 | 36 | 0 | 5 | 47 | 1A | 38 | 37 | 2F |
| Octal | 274 | 262 | 66 | 0 | 5 | 107 | 32 | 70 | 67 | 57 |
| Binary | 10111100 | 10110010 | 110110 | 0 | 101 | 1000111 | 11010 | 111000 | 110111 | 101111 |
Color Harmonies of #BCB236
Complementary color
Monochromatic Colors of #BCB236
Black with #BCB236
Text Example
Text Example
White with #BCB236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB236; }
p { color: rgb(188,178,54); }
H1.HeaderClassName
{
color: #BCB236;
}
.AnyTagClassName
{
color: #BCB236;
}
</style>
background-color css
<style>
a { background-color: #BCB236; }
a { background-color: rgb(188,178,54); }
div.DivClassName
{
background-color: #BCB236;
}
.BgClassName
{
background-color: #BCB236;
}
</style>
border-color css
<style>
span { border-color: #BCB236; }
span { border-color: rgb(188,178,54); }
td.TdClassName
{
border-color: #BCB236;
}
.TagClassName
{
border-color: #BCB236;
}
</style>