Shades of Brass #BCAB3D
Tints of Brass #BCAB3D
RGB
CMYK
RGB Variations
Color information
#BCAB3D (or 0xBCAB3D) is known color: Brass. HEX triplet: BC, AB and 3D. RGB value is (188,171,61). Sum of RGB (Red+Green+Blue) = 188+171+61=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB3D is #4354C2. Grayscale: #A4A4A4. Windows color (decimal): -4412611 or 4041660. OLE color: 4041660.
HSL color Cylindrical-coordinate representation of color #BCAB3D: hue angle of 51.97º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCAB3D is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 61 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.26 |
| HSL | 51.97º | 0.51% | 0.49% | - |
| HSV(B) | 51.97º | 0.68% | 0.74% | - |
| XYZ | 36.14 | 40.15 | 10.26 | - |
| YUV | 163.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 61 | 0 | 0.09 | 0.68 | 0.26 | 51.97 | 0.51 | 0.49 |
| Hex | BC | AB | 3D | 0 | 9 | 44 | 1A | 34 | 33 | 31 |
| Octal | 274 | 253 | 75 | 0 | 11 | 104 | 32 | 64 | 63 | 61 |
| Binary | 10111100 | 10101011 | 111101 | 0 | 1001 | 1000100 | 11010 | 110100 | 110011 | 110001 |
Color Harmonies of #BCAB3D
Complementary color
Monochromatic Colors of #BCAB3D
Black with #BCAB3D
Text Example
Text Example
White with #BCAB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB3D; }
p { color: rgb(188,171,61); }
H1.HeaderClassName
{
color: #BCAB3D;
}
.AnyTagClassName
{
color: #BCAB3D;
}
</style>
background-color css
<style>
a { background-color: #BCAB3D; }
a { background-color: rgb(188,171,61); }
div.DivClassName
{
background-color: #BCAB3D;
}
.BgClassName
{
background-color: #BCAB3D;
}
</style>
border-color css
<style>
span { border-color: #BCAB3D; }
span { border-color: rgb(188,171,61); }
td.TdClassName
{
border-color: #BCAB3D;
}
.TagClassName
{
border-color: #BCAB3D;
}
</style>