Shades of Brass #BCB241
Tints of Brass #BCB241
RGB
CMYK
RGB Variations
Color information
#BCB241 (or 0xBCB241) is known color: Brass. HEX triplet: BC, B2 and 41. RGB value is (188,178,65). Sum of RGB (Red+Green+Blue) = 188+178+65=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB241 is #434DBE. Grayscale: #A8A8A8. Windows color (decimal): -4410815 or 4305596. OLE color: 4305596.
HSL color Cylindrical-coordinate representation of color #BCB241: hue angle of 55.12º degrees, saturation: 0.49, 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 #BCB241 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 65 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.26 |
| HSL | 55.12º | 0.49% | 0.5% | - |
| HSV(B) | 55.12º | 0.65% | 0.74% | - |
| XYZ | 37.61 | 42.91 | 11.3 | - |
| YUV | 168.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 65 | 0 | 0.05 | 0.65 | 0.26 | 55.12 | 0.49 | 0.5 |
| Hex | BC | B2 | 41 | 0 | 5 | 41 | 1A | 37 | 31 | 32 |
| Octal | 274 | 262 | 101 | 0 | 5 | 101 | 32 | 67 | 61 | 62 |
| Binary | 10111100 | 10110010 | 1000001 | 0 | 101 | 1000001 | 11010 | 110111 | 110001 | 110010 |
Color Harmonies of #BCB241
Complementary color
Monochromatic Colors of #BCB241
Black with #BCB241
Text Example
Text Example
White with #BCB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB241; }
p { color: rgb(188,178,65); }
H1.HeaderClassName
{
color: #BCB241;
}
.AnyTagClassName
{
color: #BCB241;
}
</style>
background-color css
<style>
a { background-color: #BCB241; }
a { background-color: rgb(188,178,65); }
div.DivClassName
{
background-color: #BCB241;
}
.BgClassName
{
background-color: #BCB241;
}
</style>
border-color css
<style>
span { border-color: #BCB241; }
span { border-color: rgb(188,178,65); }
td.TdClassName
{
border-color: #BCB241;
}
.TagClassName
{
border-color: #BCB241;
}
</style>