Shades of Brass #BCAB3E
Tints of Brass #BCAB3E
RGB
CMYK
RGB Variations
Color information
#BCAB3E (or 0xBCAB3E) is known color: Brass. HEX triplet: BC, AB and 3E. RGB value is (188,171,62). Sum of RGB (Red+Green+Blue) = 188+171+62=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB3E is #4354C1. Grayscale: #A4A4A4. Windows color (decimal): -4412610 or 4107196. OLE color: 4107196.
HSL color Cylindrical-coordinate representation of color #BCAB3E: hue angle of 51.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCAB3E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 62 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.26 |
| HSL | 51.9º | 0.5% | 0.49% | - |
| HSV(B) | 51.9º | 0.67% | 0.74% | - |
| XYZ | 36.17 | 40.16 | 10.4 | - |
| YUV | 163.66 | 70.63 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 62 | 0 | 0.09 | 0.67 | 0.26 | 51.9 | 0.5 | 0.49 |
| Hex | BC | AB | 3E | 0 | 9 | 43 | 1A | 34 | 32 | 31 |
| Octal | 274 | 253 | 76 | 0 | 11 | 103 | 32 | 64 | 62 | 61 |
| Binary | 10111100 | 10101011 | 111110 | 0 | 1001 | 1000011 | 11010 | 110100 | 110010 | 110001 |
Color Harmonies of #BCAB3E
Complementary color
Monochromatic Colors of #BCAB3E
Black with #BCAB3E
Text Example
Text Example
White with #BCAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB3E; }
p { color: rgb(188,171,62); }
H1.HeaderClassName
{
color: #BCAB3E;
}
.AnyTagClassName
{
color: #BCAB3E;
}
</style>
background-color css
<style>
a { background-color: #BCAB3E; }
a { background-color: rgb(188,171,62); }
div.DivClassName
{
background-color: #BCAB3E;
}
.BgClassName
{
background-color: #BCAB3E;
}
</style>
border-color css
<style>
span { border-color: #BCAB3E; }
span { border-color: rgb(188,171,62); }
td.TdClassName
{
border-color: #BCAB3E;
}
.TagClassName
{
border-color: #BCAB3E;
}
</style>