Shades of Brass #BCB045
Tints of Brass #BCB045
RGB
CMYK
RGB Variations
Color information
#BCB045 (or 0xBCB045) is known color: Brass. HEX triplet: BC, B0 and 45. RGB value is (188,176,69). Sum of RGB (Red+Green+Blue) = 188+176+69=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB045 is #434FBA. Grayscale: #A7A7A7. Windows color (decimal): -4411323 or 4567228. OLE color: 4567228.
HSL color Cylindrical-coordinate representation of color #BCB045: hue angle of 53.95º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCB045 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 69 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.26 |
| HSL | 53.95º | 0.47% | 0.5% | - |
| HSV(B) | 53.95º | 0.63% | 0.74% | - |
| XYZ | 37.34 | 42.17 | 11.8 | - |
| YUV | 167.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 69 | 0 | 0.06 | 0.63 | 0.26 | 53.95 | 0.47 | 0.5 |
| Hex | BC | B0 | 45 | 0 | 6 | 3F | 1A | 36 | 2F | 32 |
| Octal | 274 | 260 | 105 | 0 | 6 | 77 | 32 | 66 | 57 | 62 |
| Binary | 10111100 | 10110000 | 1000101 | 0 | 110 | 111111 | 11010 | 110110 | 101111 | 110010 |
Color Harmonies of #BCB045
Complementary color
Monochromatic Colors of #BCB045
Black with #BCB045
Text Example
Text Example
White with #BCB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB045; }
p { color: rgb(188,176,69); }
H1.HeaderClassName
{
color: #BCB045;
}
.AnyTagClassName
{
color: #BCB045;
}
</style>
background-color css
<style>
a { background-color: #BCB045; }
a { background-color: rgb(188,176,69); }
div.DivClassName
{
background-color: #BCB045;
}
.BgClassName
{
background-color: #BCB045;
}
</style>
border-color css
<style>
span { border-color: #BCB045; }
span { border-color: rgb(188,176,69); }
td.TdClassName
{
border-color: #BCB045;
}
.TagClassName
{
border-color: #BCB045;
}
</style>