Shades of Brass #BCB540
Tints of Brass #BCB540
RGB
CMYK
RGB Variations
Color information
#BCB540 (or 0xBCB540) is known color: Brass. HEX triplet: BC, B5 and 40. RGB value is (188,181,64). Sum of RGB (Red+Green+Blue) = 188+181+64=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB540 is #434ABF. Grayscale: #AAAAAA. Windows color (decimal): -4410048 or 4240828. OLE color: 4240828.
HSL color Cylindrical-coordinate representation of color #BCB540: hue angle of 56.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCB540 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 64 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.26 |
| HSL | 56.61º | 0.49% | 0.49% | - |
| HSV(B) | 56.61º | 0.66% | 0.74% | - |
| XYZ | 38.19 | 44.11 | 11.35 | - |
| YUV | 169.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 64 | 0 | 0.04 | 0.66 | 0.26 | 56.61 | 0.49 | 0.49 |
| Hex | BC | B5 | 40 | 0 | 4 | 42 | 1A | 39 | 31 | 31 |
| Octal | 274 | 265 | 100 | 0 | 4 | 102 | 32 | 71 | 61 | 61 |
| Binary | 10111100 | 10110101 | 1000000 | 0 | 100 | 1000010 | 11010 | 111001 | 110001 | 110001 |
Color Harmonies of #BCB540
Complementary color
Monochromatic Colors of #BCB540
Black with #BCB540
Text Example
Text Example
White with #BCB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB540; }
p { color: rgb(188,181,64); }
H1.HeaderClassName
{
color: #BCB540;
}
.AnyTagClassName
{
color: #BCB540;
}
</style>
background-color css
<style>
a { background-color: #BCB540; }
a { background-color: rgb(188,181,64); }
div.DivClassName
{
background-color: #BCB540;
}
.BgClassName
{
background-color: #BCB540;
}
</style>
border-color css
<style>
span { border-color: #BCB540; }
span { border-color: rgb(188,181,64); }
td.TdClassName
{
border-color: #BCB540;
}
.TagClassName
{
border-color: #BCB540;
}
</style>