Shades of Brass #BCB042
Tints of Brass #BCB042
RGB
CMYK
RGB Variations
Color information
#BCB042 (or 0xBCB042) is known color: Brass. HEX triplet: BC, B0 and 42. RGB value is (188,176,66). Sum of RGB (Red+Green+Blue) = 188+176+66=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB042 is #434FBD. Grayscale: #A7A7A7. Windows color (decimal): -4411326 or 4370620. OLE color: 4370620.
HSL color Cylindrical-coordinate representation of color #BCB042: hue angle of 54.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCB042 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 66 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.26 |
| HSL | 54.1º | 0.48% | 0.5% | - |
| HSV(B) | 54.1º | 0.65% | 0.74% | - |
| XYZ | 37.25 | 42.14 | 11.32 | - |
| YUV | 167.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 66 | 0 | 0.06 | 0.65 | 0.26 | 54.1 | 0.48 | 0.5 |
| Hex | BC | B0 | 42 | 0 | 6 | 41 | 1A | 36 | 30 | 32 |
| Octal | 274 | 260 | 102 | 0 | 6 | 101 | 32 | 66 | 60 | 62 |
| Binary | 10111100 | 10110000 | 1000010 | 0 | 110 | 1000001 | 11010 | 110110 | 110000 | 110010 |
Color Harmonies of #BCB042
Complementary color
Monochromatic Colors of #BCB042
Black with #BCB042
Text Example
Text Example
White with #BCB042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB042; }
p { color: rgb(188,176,66); }
H1.HeaderClassName
{
color: #BCB042;
}
.AnyTagClassName
{
color: #BCB042;
}
</style>
background-color css
<style>
a { background-color: #BCB042; }
a { background-color: rgb(188,176,66); }
div.DivClassName
{
background-color: #BCB042;
}
.BgClassName
{
background-color: #BCB042;
}
</style>
border-color css
<style>
span { border-color: #BCB042; }
span { border-color: rgb(188,176,66); }
td.TdClassName
{
border-color: #BCB042;
}
.TagClassName
{
border-color: #BCB042;
}
</style>