Shades of Brass #BCAB46
Tints of Brass #BCAB46
RGB
CMYK
RGB Variations
Color information
#BCAB46 (or 0xBCAB46) is known color: Brass. HEX triplet: BC, AB and 46. RGB value is (188,171,70). Sum of RGB (Red+Green+Blue) = 188+171+70=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB46 is #4354B9. Grayscale: #A4A4A4. Windows color (decimal): -4412602 or 4631484. OLE color: 4631484.
HSL color Cylindrical-coordinate representation of color #BCAB46: hue angle of 51.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCAB46 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 70 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.26 |
| HSL | 51.36º | 0.47% | 0.51% | - |
| HSV(B) | 51.36º | 0.63% | 0.74% | - |
| XYZ | 36.41 | 40.26 | 11.65 | - |
| YUV | 164.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 70 | 0 | 0.09 | 0.63 | 0.26 | 51.36 | 0.47 | 0.51 |
| Hex | BC | AB | 46 | 0 | 9 | 3F | 1A | 33 | 2F | 33 |
| Octal | 274 | 253 | 106 | 0 | 11 | 77 | 32 | 63 | 57 | 63 |
| Binary | 10111100 | 10101011 | 1000110 | 0 | 1001 | 111111 | 11010 | 110011 | 101111 | 110011 |
Color Harmonies of #BCAB46
Complementary color
Monochromatic Colors of #BCAB46
Black with #BCAB46
Text Example
Text Example
White with #BCAB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB46; }
p { color: rgb(188,171,70); }
H1.HeaderClassName
{
color: #BCAB46;
}
.AnyTagClassName
{
color: #BCAB46;
}
</style>
background-color css
<style>
a { background-color: #BCAB46; }
a { background-color: rgb(188,171,70); }
div.DivClassName
{
background-color: #BCAB46;
}
.BgClassName
{
background-color: #BCAB46;
}
</style>
border-color css
<style>
span { border-color: #BCAB46; }
span { border-color: rgb(188,171,70); }
td.TdClassName
{
border-color: #BCAB46;
}
.TagClassName
{
border-color: #BCAB46;
}
</style>