Shades of Brass #BCB33A
Tints of Brass #BCB33A
RGB
CMYK
RGB Variations
Color information
#BCB33A (or 0xBCB33A) is known color: Brass. HEX triplet: BC, B3 and 3A. RGB value is (188,179,58). Sum of RGB (Red+Green+Blue) = 188+179+58=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB33A is #434CC5. Grayscale: #A8A8A8. Windows color (decimal): -4410566 or 3847100. OLE color: 3847100.
HSL color Cylindrical-coordinate representation of color #BCB33A: hue angle of 55.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCB33A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 58 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.26 |
| HSL | 55.85º | 0.53% | 0.48% | - |
| HSV(B) | 55.85º | 0.69% | 0.74% | - |
| XYZ | 37.62 | 43.24 | 10.37 | - |
| YUV | 167.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 58 | 0 | 0.05 | 0.69 | 0.26 | 55.85 | 0.53 | 0.48 |
| Hex | BC | B3 | 3A | 0 | 5 | 45 | 1A | 38 | 35 | 30 |
| Octal | 274 | 263 | 72 | 0 | 5 | 105 | 32 | 70 | 65 | 60 |
| Binary | 10111100 | 10110011 | 111010 | 0 | 101 | 1000101 | 11010 | 111000 | 110101 | 110000 |
Color Harmonies of #BCB33A
Complementary color
Monochromatic Colors of #BCB33A
Black with #BCB33A
Text Example
Text Example
White with #BCB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB33A; }
p { color: rgb(188,179,58); }
H1.HeaderClassName
{
color: #BCB33A;
}
.AnyTagClassName
{
color: #BCB33A;
}
</style>
background-color css
<style>
a { background-color: #BCB33A; }
a { background-color: rgb(188,179,58); }
div.DivClassName
{
background-color: #BCB33A;
}
.BgClassName
{
background-color: #BCB33A;
}
</style>
border-color css
<style>
span { border-color: #BCB33A; }
span { border-color: rgb(188,179,58); }
td.TdClassName
{
border-color: #BCB33A;
}
.TagClassName
{
border-color: #BCB33A;
}
</style>