Shades of Brass #BCB544
Tints of Brass #BCB544
RGB
CMYK
RGB Variations
Color information
#BCB544 (or 0xBCB544) is known color: Brass. HEX triplet: BC, B5 and 44. RGB value is (188,181,68). Sum of RGB (Red+Green+Blue) = 188+181+68=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB544 is #434ABB. Grayscale: #AAAAAA. Windows color (decimal): -4410044 or 4502972. OLE color: 4502972.
HSL color Cylindrical-coordinate representation of color #BCB544: hue angle of 56.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCB544 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 68 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.26 |
| HSL | 56.5º | 0.47% | 0.5% | - |
| HSV(B) | 56.5º | 0.64% | 0.74% | - |
| XYZ | 38.31 | 44.16 | 11.97 | - |
| YUV | 170.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 68 | 0 | 0.04 | 0.64 | 0.26 | 56.5 | 0.47 | 0.5 |
| Hex | BC | B5 | 44 | 0 | 4 | 40 | 1A | 38 | 2F | 32 |
| Octal | 274 | 265 | 104 | 0 | 4 | 100 | 32 | 70 | 57 | 62 |
| Binary | 10111100 | 10110101 | 1000100 | 0 | 100 | 1000000 | 11010 | 111000 | 101111 | 110010 |
Color Harmonies of #BCB544
Complementary color
Monochromatic Colors of #BCB544
Black with #BCB544
Text Example
Text Example
White with #BCB544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB544; }
p { color: rgb(188,181,68); }
H1.HeaderClassName
{
color: #BCB544;
}
.AnyTagClassName
{
color: #BCB544;
}
</style>
background-color css
<style>
a { background-color: #BCB544; }
a { background-color: rgb(188,181,68); }
div.DivClassName
{
background-color: #BCB544;
}
.BgClassName
{
background-color: #BCB544;
}
</style>
border-color css
<style>
span { border-color: #BCB544; }
span { border-color: rgb(188,181,68); }
td.TdClassName
{
border-color: #BCB544;
}
.TagClassName
{
border-color: #BCB544;
}
</style>