Shades of Brass #BCB249
Tints of Brass #BCB249
RGB
CMYK
RGB Variations
Color information
#BCB249 (or 0xBCB249) is known color: Brass. HEX triplet: BC, B2 and 49. RGB value is (188,178,73). Sum of RGB (Red+Green+Blue) = 188+178+73=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB249 is #434DB6. Grayscale: #A9A9A9. Windows color (decimal): -4410807 or 4829884. OLE color: 4829884.
HSL color Cylindrical-coordinate representation of color #BCB249: hue angle of 54.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB249 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 73 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.26 |
| HSL | 54.78º | 0.46% | 0.51% | - |
| HSV(B) | 54.78º | 0.61% | 0.74% | - |
| XYZ | 37.86 | 43.01 | 12.61 | - |
| YUV | 169.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 73 | 0 | 0.05 | 0.61 | 0.26 | 54.78 | 0.46 | 0.51 |
| Hex | BC | B2 | 49 | 0 | 5 | 3D | 1A | 37 | 2E | 33 |
| Octal | 274 | 262 | 111 | 0 | 5 | 75 | 32 | 67 | 56 | 63 |
| Binary | 10111100 | 10110010 | 1001001 | 0 | 101 | 111101 | 11010 | 110111 | 101110 | 110011 |
Color Harmonies of #BCB249
Complementary color
Monochromatic Colors of #BCB249
Black with #BCB249
Text Example
Text Example
White with #BCB249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB249; }
p { color: rgb(188,178,73); }
H1.HeaderClassName
{
color: #BCB249;
}
.AnyTagClassName
{
color: #BCB249;
}
</style>
background-color css
<style>
a { background-color: #BCB249; }
a { background-color: rgb(188,178,73); }
div.DivClassName
{
background-color: #BCB249;
}
.BgClassName
{
background-color: #BCB249;
}
</style>
border-color css
<style>
span { border-color: #BCB249; }
span { border-color: rgb(188,178,73); }
td.TdClassName
{
border-color: #BCB249;
}
.TagClassName
{
border-color: #BCB249;
}
</style>