Shades of Brass #BCB238
Tints of Brass #BCB238
RGB
CMYK
RGB Variations
Color information
#BCB238 (or 0xBCB238) is known color: Brass. HEX triplet: BC, B2 and 38. RGB value is (188,178,56). Sum of RGB (Red+Green+Blue) = 188+178+56=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB238 is #434DC7. Grayscale: #A7A7A7. Windows color (decimal): -4410824 or 3715772. OLE color: 3715772.
HSL color Cylindrical-coordinate representation of color #BCB238: hue angle of 55.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCB238 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 56 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.26 |
| HSL | 55.45º | 0.54% | 0.48% | - |
| HSV(B) | 55.45º | 0.7% | 0.74% | - |
| XYZ | 37.37 | 42.82 | 10.04 | - |
| YUV | 167.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 56 | 0 | 0.05 | 0.70 | 0.26 | 55.45 | 0.54 | 0.48 |
| Hex | BC | B2 | 38 | 0 | 5 | 46 | 1A | 37 | 36 | 30 |
| Octal | 274 | 262 | 70 | 0 | 5 | 106 | 32 | 67 | 66 | 60 |
| Binary | 10111100 | 10110010 | 111000 | 0 | 101 | 1000110 | 11010 | 110111 | 110110 | 110000 |
Color Harmonies of #BCB238
Complementary color
Monochromatic Colors of #BCB238
Black with #BCB238
Text Example
Text Example
White with #BCB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB238; }
p { color: rgb(188,178,56); }
H1.HeaderClassName
{
color: #BCB238;
}
.AnyTagClassName
{
color: #BCB238;
}
</style>
background-color css
<style>
a { background-color: #BCB238; }
a { background-color: rgb(188,178,56); }
div.DivClassName
{
background-color: #BCB238;
}
.BgClassName
{
background-color: #BCB238;
}
</style>
border-color css
<style>
span { border-color: #BCB238; }
span { border-color: rgb(188,178,56); }
td.TdClassName
{
border-color: #BCB238;
}
.TagClassName
{
border-color: #BCB238;
}
</style>