Shades of Brass #BCB541
Tints of Brass #BCB541
RGB
CMYK
RGB Variations
Color information
#BCB541 (or 0xBCB541) is known color: Brass. HEX triplet: BC, B5 and 41. RGB value is (188,181,65). Sum of RGB (Red+Green+Blue) = 188+181+65=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB541 is #434ABE. Grayscale: #AAAAAA. Windows color (decimal): -4410047 or 4306364. OLE color: 4306364.
HSL color Cylindrical-coordinate representation of color #BCB541: hue angle of 56.59º degrees, saturation: 0.49, 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 #BCB541 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 65 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.26 |
| HSL | 56.59º | 0.49% | 0.5% | - |
| HSV(B) | 56.59º | 0.65% | 0.74% | - |
| XYZ | 38.22 | 44.12 | 11.5 | - |
| YUV | 169.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 65 | 0 | 0.04 | 0.65 | 0.26 | 56.59 | 0.49 | 0.5 |
| Hex | BC | B5 | 41 | 0 | 4 | 41 | 1A | 39 | 31 | 32 |
| Octal | 274 | 265 | 101 | 0 | 4 | 101 | 32 | 71 | 61 | 62 |
| Binary | 10111100 | 10110101 | 1000001 | 0 | 100 | 1000001 | 11010 | 111001 | 110001 | 110010 |
Color Harmonies of #BCB541
Complementary color
Monochromatic Colors of #BCB541
Black with #BCB541
Text Example
Text Example
White with #BCB541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB541; }
p { color: rgb(188,181,65); }
H1.HeaderClassName
{
color: #BCB541;
}
.AnyTagClassName
{
color: #BCB541;
}
</style>
background-color css
<style>
a { background-color: #BCB541; }
a { background-color: rgb(188,181,65); }
div.DivClassName
{
background-color: #BCB541;
}
.BgClassName
{
background-color: #BCB541;
}
</style>
border-color css
<style>
span { border-color: #BCB541; }
span { border-color: rgb(188,181,65); }
td.TdClassName
{
border-color: #BCB541;
}
.TagClassName
{
border-color: #BCB541;
}
</style>