Shades of Brass #BCB248
Tints of Brass #BCB248
RGB
CMYK
RGB Variations
Color information
#BCB248 (or 0xBCB248) is known color: Brass. HEX triplet: BC, B2 and 48. RGB value is (188,178,72). Sum of RGB (Red+Green+Blue) = 188+178+72=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB248 is #434DB7. Grayscale: #A9A9A9. Windows color (decimal): -4410808 or 4764348. OLE color: 4764348.
HSL color Cylindrical-coordinate representation of color #BCB248: hue angle of 54.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCB248 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 72 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.26 |
| HSL | 54.83º | 0.46% | 0.51% | - |
| HSV(B) | 54.83º | 0.62% | 0.74% | - |
| XYZ | 37.83 | 43 | 12.44 | - |
| YUV | 168.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 72 | 0 | 0.05 | 0.62 | 0.26 | 54.83 | 0.46 | 0.51 |
| Hex | BC | B2 | 48 | 0 | 5 | 3E | 1A | 37 | 2E | 33 |
| Octal | 274 | 262 | 110 | 0 | 5 | 76 | 32 | 67 | 56 | 63 |
| Binary | 10111100 | 10110010 | 1001000 | 0 | 101 | 111110 | 11010 | 110111 | 101110 | 110011 |
Color Harmonies of #BCB248
Complementary color
Monochromatic Colors of #BCB248
Black with #BCB248
Text Example
Text Example
White with #BCB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB248; }
p { color: rgb(188,178,72); }
H1.HeaderClassName
{
color: #BCB248;
}
.AnyTagClassName
{
color: #BCB248;
}
</style>
background-color css
<style>
a { background-color: #BCB248; }
a { background-color: rgb(188,178,72); }
div.DivClassName
{
background-color: #BCB248;
}
.BgClassName
{
background-color: #BCB248;
}
</style>
border-color css
<style>
span { border-color: #BCB248; }
span { border-color: rgb(188,178,72); }
td.TdClassName
{
border-color: #BCB248;
}
.TagClassName
{
border-color: #BCB248;
}
</style>