Shades of Brass #BCB33B
Tints of Brass #BCB33B
RGB
CMYK
RGB Variations
Color information
#BCB33B (or 0xBCB33B) is known color: Brass. HEX triplet: BC, B3 and 3B. RGB value is (188,179,59). Sum of RGB (Red+Green+Blue) = 188+179+59=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB33B is #434CC4. Grayscale: #A8A8A8. Windows color (decimal): -4410565 or 3912636. OLE color: 3912636.
HSL color Cylindrical-coordinate representation of color #BCB33B: hue angle of 55.81º degrees, saturation: 0.52, 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 #BCB33B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 59 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.26 |
| HSL | 55.81º | 0.52% | 0.48% | - |
| HSV(B) | 55.81º | 0.69% | 0.74% | - |
| XYZ | 37.65 | 43.25 | 10.5 | - |
| YUV | 168.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 59 | 0 | 0.05 | 0.69 | 0.26 | 55.81 | 0.52 | 0.48 |
| Hex | BC | B3 | 3B | 0 | 5 | 45 | 1A | 38 | 34 | 30 |
| Octal | 274 | 263 | 73 | 0 | 5 | 105 | 32 | 70 | 64 | 60 |
| Binary | 10111100 | 10110011 | 111011 | 0 | 101 | 1000101 | 11010 | 111000 | 110100 | 110000 |
Color Harmonies of #BCB33B
Complementary color
Monochromatic Colors of #BCB33B
Black with #BCB33B
Text Example
Text Example
White with #BCB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB33B; }
p { color: rgb(188,179,59); }
H1.HeaderClassName
{
color: #BCB33B;
}
.AnyTagClassName
{
color: #BCB33B;
}
</style>
background-color css
<style>
a { background-color: #BCB33B; }
a { background-color: rgb(188,179,59); }
div.DivClassName
{
background-color: #BCB33B;
}
.BgClassName
{
background-color: #BCB33B;
}
</style>
border-color css
<style>
span { border-color: #BCB33B; }
span { border-color: rgb(188,179,59); }
td.TdClassName
{
border-color: #BCB33B;
}
.TagClassName
{
border-color: #BCB33B;
}
</style>