Shades of Brass #BCB141
Tints of Brass #BCB141
RGB
CMYK
RGB Variations
Color information
#BCB141 (or 0xBCB141) is known color: Brass. HEX triplet: BC, B1 and 41. RGB value is (188,177,65). Sum of RGB (Red+Green+Blue) = 188+177+65=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB141 is #434EBE. Grayscale: #A7A7A7. Windows color (decimal): -4411071 or 4305340. OLE color: 4305340.
HSL color Cylindrical-coordinate representation of color #BCB141: hue angle of 54.63º 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 #BCB141 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 65 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.26 |
| HSL | 54.63º | 0.49% | 0.5% | - |
| HSV(B) | 54.63º | 0.65% | 0.74% | - |
| XYZ | 37.42 | 42.52 | 11.24 | - |
| YUV | 167.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 65 | 0 | 0.06 | 0.65 | 0.26 | 54.63 | 0.49 | 0.5 |
| Hex | BC | B1 | 41 | 0 | 6 | 41 | 1A | 37 | 31 | 32 |
| Octal | 274 | 261 | 101 | 0 | 6 | 101 | 32 | 67 | 61 | 62 |
| Binary | 10111100 | 10110001 | 1000001 | 0 | 110 | 1000001 | 11010 | 110111 | 110001 | 110010 |
Color Harmonies of #BCB141
Complementary color
Monochromatic Colors of #BCB141
Black with #BCB141
Text Example
Text Example
White with #BCB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB141; }
p { color: rgb(188,177,65); }
H1.HeaderClassName
{
color: #BCB141;
}
.AnyTagClassName
{
color: #BCB141;
}
</style>
background-color css
<style>
a { background-color: #BCB141; }
a { background-color: rgb(188,177,65); }
div.DivClassName
{
background-color: #BCB141;
}
.BgClassName
{
background-color: #BCB141;
}
</style>
border-color css
<style>
span { border-color: #BCB141; }
span { border-color: rgb(188,177,65); }
td.TdClassName
{
border-color: #BCB141;
}
.TagClassName
{
border-color: #BCB141;
}
</style>