Shades of Brass #BCB242
Tints of Brass #BCB242
RGB
CMYK
RGB Variations
Color information
#BCB242 (or 0xBCB242) is known color: Brass. HEX triplet: BC, B2 and 42. RGB value is (188,178,66). Sum of RGB (Red+Green+Blue) = 188+178+66=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB242 is #434DBD. Grayscale: #A8A8A8. Windows color (decimal): -4410814 or 4371132. OLE color: 4371132.
HSL color Cylindrical-coordinate representation of color #BCB242: hue angle of 55.08º 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 #BCB242 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 66 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.26 |
| HSL | 55.08º | 0.48% | 0.5% | - |
| HSV(B) | 55.08º | 0.65% | 0.74% | - |
| XYZ | 37.64 | 42.93 | 11.46 | - |
| YUV | 168.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 66 | 0 | 0.05 | 0.65 | 0.26 | 55.08 | 0.48 | 0.5 |
| Hex | BC | B2 | 42 | 0 | 5 | 41 | 1A | 37 | 30 | 32 |
| Octal | 274 | 262 | 102 | 0 | 5 | 101 | 32 | 67 | 60 | 62 |
| Binary | 10111100 | 10110010 | 1000010 | 0 | 101 | 1000001 | 11010 | 110111 | 110000 | 110010 |
Color Harmonies of #BCB242
Complementary color
Monochromatic Colors of #BCB242
Black with #BCB242
Text Example
Text Example
White with #BCB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB242; }
p { color: rgb(188,178,66); }
H1.HeaderClassName
{
color: #BCB242;
}
.AnyTagClassName
{
color: #BCB242;
}
</style>
background-color css
<style>
a { background-color: #BCB242; }
a { background-color: rgb(188,178,66); }
div.DivClassName
{
background-color: #BCB242;
}
.BgClassName
{
background-color: #BCB242;
}
</style>
border-color css
<style>
span { border-color: #BCB242; }
span { border-color: rgb(188,178,66); }
td.TdClassName
{
border-color: #BCB242;
}
.TagClassName
{
border-color: #BCB242;
}
</style>