Shades of Brass #BCB545
Tints of Brass #BCB545
RGB
CMYK
RGB Variations
Color information
#BCB545 (or 0xBCB545) is known color: Brass. HEX triplet: BC, B5 and 45. RGB value is (188,181,69). Sum of RGB (Red+Green+Blue) = 188+181+69=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB545 is #434ABA. Grayscale: #AAAAAA. Windows color (decimal): -4410043 or 4568508. OLE color: 4568508.
HSL color Cylindrical-coordinate representation of color #BCB545: hue angle of 56.47º 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 #BCB545 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 69 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.26 |
| HSL | 56.47º | 0.47% | 0.5% | - |
| HSV(B) | 56.47º | 0.63% | 0.74% | - |
| XYZ | 38.34 | 44.17 | 12.14 | - |
| YUV | 170.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 69 | 0 | 0.04 | 0.63 | 0.26 | 56.47 | 0.47 | 0.5 |
| Hex | BC | B5 | 45 | 0 | 4 | 3F | 1A | 38 | 2F | 32 |
| Octal | 274 | 265 | 105 | 0 | 4 | 77 | 32 | 70 | 57 | 62 |
| Binary | 10111100 | 10110101 | 1000101 | 0 | 100 | 111111 | 11010 | 111000 | 101111 | 110010 |
Color Harmonies of #BCB545
Complementary color
Monochromatic Colors of #BCB545
Black with #BCB545
Text Example
Text Example
White with #BCB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB545; }
p { color: rgb(188,181,69); }
H1.HeaderClassName
{
color: #BCB545;
}
.AnyTagClassName
{
color: #BCB545;
}
</style>
background-color css
<style>
a { background-color: #BCB545; }
a { background-color: rgb(188,181,69); }
div.DivClassName
{
background-color: #BCB545;
}
.BgClassName
{
background-color: #BCB545;
}
</style>
border-color css
<style>
span { border-color: #BCB545; }
span { border-color: rgb(188,181,69); }
td.TdClassName
{
border-color: #BCB545;
}
.TagClassName
{
border-color: #BCB545;
}
</style>