Shades of Brass #BCB449
Tints of Brass #BCB449
RGB
CMYK
RGB Variations
Color information
#BCB449 (or 0xBCB449) is known color: Brass. HEX triplet: BC, B4 and 49. RGB value is (188,180,73). Sum of RGB (Red+Green+Blue) = 188+180+73=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB449 is #434BB6. Grayscale: #AAAAAA. Windows color (decimal): -4410295 or 4830396. OLE color: 4830396.
HSL color Cylindrical-coordinate representation of color #BCB449: hue angle of 55.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB449 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 73 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.26 |
| HSL | 55.83º | 0.46% | 0.51% | - |
| HSV(B) | 55.83º | 0.61% | 0.74% | - |
| XYZ | 38.26 | 43.81 | 12.74 | - |
| YUV | 170.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 73 | 0 | 0.04 | 0.61 | 0.26 | 55.83 | 0.46 | 0.51 |
| Hex | BC | B4 | 49 | 0 | 4 | 3D | 1A | 38 | 2E | 33 |
| Octal | 274 | 264 | 111 | 0 | 4 | 75 | 32 | 70 | 56 | 63 |
| Binary | 10111100 | 10110100 | 1001001 | 0 | 100 | 111101 | 11010 | 111000 | 101110 | 110011 |
Color Harmonies of #BCB449
Complementary color
Monochromatic Colors of #BCB449
Black with #BCB449
Text Example
Text Example
White with #BCB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB449; }
p { color: rgb(188,180,73); }
H1.HeaderClassName
{
color: #BCB449;
}
.AnyTagClassName
{
color: #BCB449;
}
</style>
background-color css
<style>
a { background-color: #BCB449; }
a { background-color: rgb(188,180,73); }
div.DivClassName
{
background-color: #BCB449;
}
.BgClassName
{
background-color: #BCB449;
}
</style>
border-color css
<style>
span { border-color: #BCB449; }
span { border-color: rgb(188,180,73); }
td.TdClassName
{
border-color: #BCB449;
}
.TagClassName
{
border-color: #BCB449;
}
</style>