Shades of Brass #BDA435
Tints of Brass #BDA435
RGB
CMYK
RGB Variations
Color information
#BDA435 (or 0xBDA435) is known color: Brass. HEX triplet: BD, A4 and 35. RGB value is (189,164,53). Sum of RGB (Red+Green+Blue) = 189+164+53=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA435 is #425BCA. Grayscale: #9F9F9F. Windows color (decimal): -4348875 or 3515581. OLE color: 3515581.
HSL color Cylindrical-coordinate representation of color #BDA435: hue angle of 48.97º 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 #BDA435 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 53 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.26 |
| HSL | 48.97º | 0.56% | 0.47% | - |
| HSV(B) | 48.97º | 0.72% | 0.74% | - |
| XYZ | 34.9 | 37.63 | 8.79 | - |
| YUV | 158.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 53 | 0 | 0.13 | 0.72 | 0.26 | 48.97 | 0.56 | 0.47 |
| Hex | BD | A4 | 35 | 0 | D | 48 | 1A | 31 | 38 | 2F |
| Octal | 275 | 244 | 65 | 0 | 15 | 110 | 32 | 61 | 70 | 57 |
| Binary | 10111101 | 10100100 | 110101 | 0 | 1101 | 1001000 | 11010 | 110001 | 111000 | 101111 |
Color Harmonies of #BDA435
Complementary color
Monochromatic Colors of #BDA435
Black with #BDA435
Text Example
Text Example
White with #BDA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA435; }
p { color: rgb(189,164,53); }
H1.HeaderClassName
{
color: #BDA435;
}
.AnyTagClassName
{
color: #BDA435;
}
</style>
background-color css
<style>
a { background-color: #BDA435; }
a { background-color: rgb(189,164,53); }
div.DivClassName
{
background-color: #BDA435;
}
.BgClassName
{
background-color: #BDA435;
}
</style>
border-color css
<style>
span { border-color: #BDA435; }
span { border-color: rgb(189,164,53); }
td.TdClassName
{
border-color: #BDA435;
}
.TagClassName
{
border-color: #BDA435;
}
</style>