Shades of Brass #BCA835
Tints of Brass #BCA835
RGB
CMYK
RGB Variations
Color information
#BCA835 (or 0xBCA835) is known color: Brass. HEX triplet: BC, A8 and 35. RGB value is (188,168,53). Sum of RGB (Red+Green+Blue) = 188+168+53=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA835 is #4357CA. Grayscale: #A1A1A1. Windows color (decimal): -4413387 or 3516604. OLE color: 3516604.
HSL color Cylindrical-coordinate representation of color #BCA835: hue angle of 51.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCA835 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 53 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.26 |
| HSL | 51.11º | 0.56% | 0.47% | - |
| HSV(B) | 51.11º | 0.72% | 0.74% | - |
| XYZ | 35.38 | 38.95 | 9.02 | - |
| YUV | 160.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 53 | 0 | 0.11 | 0.72 | 0.26 | 51.11 | 0.56 | 0.47 |
| Hex | BC | A8 | 35 | 0 | B | 48 | 1A | 33 | 38 | 2F |
| Octal | 274 | 250 | 65 | 0 | 13 | 110 | 32 | 63 | 70 | 57 |
| Binary | 10111100 | 10101000 | 110101 | 0 | 1011 | 1001000 | 11010 | 110011 | 111000 | 101111 |
Color Harmonies of #BCA835
Complementary color
Monochromatic Colors of #BCA835
Black with #BCA835
Text Example
Text Example
White with #BCA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA835; }
p { color: rgb(188,168,53); }
H1.HeaderClassName
{
color: #BCA835;
}
.AnyTagClassName
{
color: #BCA835;
}
</style>
background-color css
<style>
a { background-color: #BCA835; }
a { background-color: rgb(188,168,53); }
div.DivClassName
{
background-color: #BCA835;
}
.BgClassName
{
background-color: #BCA835;
}
</style>
border-color css
<style>
span { border-color: #BCA835; }
span { border-color: rgb(188,168,53); }
td.TdClassName
{
border-color: #BCA835;
}
.TagClassName
{
border-color: #BCA835;
}
</style>