Shades of Brass #BCAB38
Tints of Brass #BCAB38
RGB
CMYK
RGB Variations
Color information
#BCAB38 (or 0xBCAB38) is known color: Brass. HEX triplet: BC, AB and 38. RGB value is (188,171,56). Sum of RGB (Red+Green+Blue) = 188+171+56=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB38 is #4354C7. Grayscale: #A3A3A3. Windows color (decimal): -4412616 or 3713980. OLE color: 3713980.
HSL color Cylindrical-coordinate representation of color #BCAB38: hue angle of 52.27º 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 #BCAB38 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 56 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.26 |
| HSL | 52.27º | 0.54% | 0.48% | - |
| HSV(B) | 52.27º | 0.7% | 0.74% | - |
| XYZ | 36.02 | 40.1 | 9.58 | - |
| YUV | 162.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 56 | 0 | 0.09 | 0.70 | 0.26 | 52.27 | 0.54 | 0.48 |
| Hex | BC | AB | 38 | 0 | 9 | 46 | 1A | 34 | 36 | 30 |
| Octal | 274 | 253 | 70 | 0 | 11 | 106 | 32 | 64 | 66 | 60 |
| Binary | 10111100 | 10101011 | 111000 | 0 | 1001 | 1000110 | 11010 | 110100 | 110110 | 110000 |
Color Harmonies of #BCAB38
Complementary color
Monochromatic Colors of #BCAB38
Black with #BCAB38
Text Example
Text Example
White with #BCAB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB38; }
p { color: rgb(188,171,56); }
H1.HeaderClassName
{
color: #BCAB38;
}
.AnyTagClassName
{
color: #BCAB38;
}
</style>
background-color css
<style>
a { background-color: #BCAB38; }
a { background-color: rgb(188,171,56); }
div.DivClassName
{
background-color: #BCAB38;
}
.BgClassName
{
background-color: #BCAB38;
}
</style>
border-color css
<style>
span { border-color: #BCAB38; }
span { border-color: rgb(188,171,56); }
td.TdClassName
{
border-color: #BCAB38;
}
.TagClassName
{
border-color: #BCAB38;
}
</style>