Shades of Brass #BDA135
Tints of Brass #BDA135
RGB
CMYK
RGB Variations
Color information
#BDA135 (or 0xBDA135) is known color: Brass. HEX triplet: BD, A1 and 35. RGB value is (189,161,53). Sum of RGB (Red+Green+Blue) = 189+161+53=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA135 is #425ECA. Grayscale: #9D9D9D. Windows color (decimal): -4349643 or 3514813. OLE color: 3514813.
HSL color Cylindrical-coordinate representation of color #BDA135: hue angle of 47.65º 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 #BDA135 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 53 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.26 |
| HSL | 47.65º | 0.56% | 0.47% | - |
| HSV(B) | 47.65º | 0.72% | 0.74% | - |
| XYZ | 34.37 | 36.57 | 8.61 | - |
| YUV | 157.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 53 | 0 | 0.15 | 0.72 | 0.26 | 47.65 | 0.56 | 0.47 |
| Hex | BD | A1 | 35 | 0 | F | 48 | 1A | 30 | 38 | 2F |
| Octal | 275 | 241 | 65 | 0 | 17 | 110 | 32 | 60 | 70 | 57 |
| Binary | 10111101 | 10100001 | 110101 | 0 | 1111 | 1001000 | 11010 | 110000 | 111000 | 101111 |
Color Harmonies of #BDA135
Complementary color
Monochromatic Colors of #BDA135
Black with #BDA135
Text Example
Text Example
White with #BDA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA135; }
p { color: rgb(189,161,53); }
H1.HeaderClassName
{
color: #BDA135;
}
.AnyTagClassName
{
color: #BDA135;
}
</style>
background-color css
<style>
a { background-color: #BDA135; }
a { background-color: rgb(189,161,53); }
div.DivClassName
{
background-color: #BDA135;
}
.BgClassName
{
background-color: #BDA135;
}
</style>
border-color css
<style>
span { border-color: #BDA135; }
span { border-color: rgb(189,161,53); }
td.TdClassName
{
border-color: #BDA135;
}
.TagClassName
{
border-color: #BDA135;
}
</style>