Shades of Brass #BCAB43
Tints of Brass #BCAB43
RGB
CMYK
RGB Variations
Color information
#BCAB43 (or 0xBCAB43) is known color: Brass. HEX triplet: BC, AB and 43. RGB value is (188,171,67). Sum of RGB (Red+Green+Blue) = 188+171+67=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB43 is #4354BC. Grayscale: #A4A4A4. Windows color (decimal): -4412605 or 4434876. OLE color: 4434876.
HSL color Cylindrical-coordinate representation of color #BCAB43: hue angle of 51.57º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCAB43 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 67 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.26 |
| HSL | 51.57º | 0.47% | 0.5% | - |
| HSV(B) | 51.57º | 0.64% | 0.74% | - |
| XYZ | 36.32 | 40.22 | 11.16 | - |
| YUV | 164.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 67 | 0 | 0.09 | 0.64 | 0.26 | 51.57 | 0.47 | 0.5 |
| Hex | BC | AB | 43 | 0 | 9 | 40 | 1A | 34 | 2F | 32 |
| Octal | 274 | 253 | 103 | 0 | 11 | 100 | 32 | 64 | 57 | 62 |
| Binary | 10111100 | 10101011 | 1000011 | 0 | 1001 | 1000000 | 11010 | 110100 | 101111 | 110010 |
Color Harmonies of #BCAB43
Complementary color
Monochromatic Colors of #BCAB43
Black with #BCAB43
Text Example
Text Example
White with #BCAB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB43; }
p { color: rgb(188,171,67); }
H1.HeaderClassName
{
color: #BCAB43;
}
.AnyTagClassName
{
color: #BCAB43;
}
</style>
background-color css
<style>
a { background-color: #BCAB43; }
a { background-color: rgb(188,171,67); }
div.DivClassName
{
background-color: #BCAB43;
}
.BgClassName
{
background-color: #BCAB43;
}
</style>
border-color css
<style>
span { border-color: #BCAB43; }
span { border-color: rgb(188,171,67); }
td.TdClassName
{
border-color: #BCAB43;
}
.TagClassName
{
border-color: #BCAB43;
}
</style>