Shades of Brass #BCAD42
Tints of Brass #BCAD42
RGB
CMYK
RGB Variations
Color information
#BCAD42 (or 0xBCAD42) is known color: Brass. HEX triplet: BC, AD and 42. RGB value is (188,173,66). Sum of RGB (Red+Green+Blue) = 188+173+66=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD42 is #4352BD. Grayscale: #A5A5A5. Windows color (decimal): -4412094 or 4369852. OLE color: 4369852.
HSL color Cylindrical-coordinate representation of color #BCAD42: hue angle of 52.62º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCAD42 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 66 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.26 |
| HSL | 52.62º | 0.48% | 0.5% | - |
| HSV(B) | 52.62º | 0.65% | 0.74% | - |
| XYZ | 36.67 | 40.97 | 11.13 | - |
| YUV | 165.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 66 | 0 | 0.08 | 0.65 | 0.26 | 52.62 | 0.48 | 0.5 |
| Hex | BC | AD | 42 | 0 | 8 | 41 | 1A | 35 | 30 | 32 |
| Octal | 274 | 255 | 102 | 0 | 10 | 101 | 32 | 65 | 60 | 62 |
| Binary | 10111100 | 10101101 | 1000010 | 0 | 1000 | 1000001 | 11010 | 110101 | 110000 | 110010 |
Color Harmonies of #BCAD42
Complementary color
Monochromatic Colors of #BCAD42
Black with #BCAD42
Text Example
Text Example
White with #BCAD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD42; }
p { color: rgb(188,173,66); }
H1.HeaderClassName
{
color: #BCAD42;
}
.AnyTagClassName
{
color: #BCAD42;
}
</style>
background-color css
<style>
a { background-color: #BCAD42; }
a { background-color: rgb(188,173,66); }
div.DivClassName
{
background-color: #BCAD42;
}
.BgClassName
{
background-color: #BCAD42;
}
</style>
border-color css
<style>
span { border-color: #BCAD42; }
span { border-color: rgb(188,173,66); }
td.TdClassName
{
border-color: #BCAD42;
}
.TagClassName
{
border-color: #BCAD42;
}
</style>