Shades of Brass #BCAB36
Tints of Brass #BCAB36
RGB
CMYK
RGB Variations
Color information
#BCAB36 (or 0xBCAB36) is known color: Brass. HEX triplet: BC, AB and 36. RGB value is (188,171,54). Sum of RGB (Red+Green+Blue) = 188+171+54=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB36 is #4354C9. Grayscale: #A3A3A3. Windows color (decimal): -4412618 or 3582908. OLE color: 3582908.
HSL color Cylindrical-coordinate representation of color #BCAB36: hue angle of 52.39º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCAB36 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 54 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.26 |
| HSL | 52.39º | 0.55% | 0.47% | - |
| HSV(B) | 52.39º | 0.71% | 0.74% | - |
| XYZ | 35.97 | 40.08 | 9.33 | - |
| YUV | 162.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 54 | 0 | 0.09 | 0.71 | 0.26 | 52.39 | 0.55 | 0.47 |
| Hex | BC | AB | 36 | 0 | 9 | 47 | 1A | 34 | 37 | 2F |
| Octal | 274 | 253 | 66 | 0 | 11 | 107 | 32 | 64 | 67 | 57 |
| Binary | 10111100 | 10101011 | 110110 | 0 | 1001 | 1000111 | 11010 | 110100 | 110111 | 101111 |
Color Harmonies of #BCAB36
Complementary color
Monochromatic Colors of #BCAB36
Black with #BCAB36
Text Example
Text Example
White with #BCAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB36; }
p { color: rgb(188,171,54); }
H1.HeaderClassName
{
color: #BCAB36;
}
.AnyTagClassName
{
color: #BCAB36;
}
</style>
background-color css
<style>
a { background-color: #BCAB36; }
a { background-color: rgb(188,171,54); }
div.DivClassName
{
background-color: #BCAB36;
}
.BgClassName
{
background-color: #BCAB36;
}
</style>
border-color css
<style>
span { border-color: #BCAB36; }
span { border-color: rgb(188,171,54); }
td.TdClassName
{
border-color: #BCAB36;
}
.TagClassName
{
border-color: #BCAB36;
}
</style>