Shades of Brass #BDB047
Tints of Brass #BDB047
RGB
CMYK
RGB Variations
Color information
#BDB047 (or 0xBDB047) is known color: Brass. HEX triplet: BD, B0 and 47. RGB value is (189,176,71). Sum of RGB (Red+Green+Blue) = 189+176+71=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB047 is #424FB8. Grayscale: #A8A8A8. Windows color (decimal): -4345785 or 4698301. OLE color: 4698301.
HSL color Cylindrical-coordinate representation of color #BDB047: hue angle of 53.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDB047 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 71 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.26 |
| HSL | 53.39º | 0.47% | 0.51% | - |
| HSV(B) | 53.39º | 0.62% | 0.74% | - |
| XYZ | 37.65 | 42.32 | 12.15 | - |
| YUV | 167.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 71 | 0 | 0.07 | 0.62 | 0.26 | 53.39 | 0.47 | 0.51 |
| Hex | BD | B0 | 47 | 0 | 7 | 3E | 1A | 35 | 2F | 33 |
| Octal | 275 | 260 | 107 | 0 | 7 | 76 | 32 | 65 | 57 | 63 |
| Binary | 10111101 | 10110000 | 1000111 | 0 | 111 | 111110 | 11010 | 110101 | 101111 | 110011 |
Color Harmonies of #BDB047
Complementary color
Monochromatic Colors of #BDB047
Black with #BDB047
Text Example
Text Example
White with #BDB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB047; }
p { color: rgb(189,176,71); }
H1.HeaderClassName
{
color: #BDB047;
}
.AnyTagClassName
{
color: #BDB047;
}
</style>
background-color css
<style>
a { background-color: #BDB047; }
a { background-color: rgb(189,176,71); }
div.DivClassName
{
background-color: #BDB047;
}
.BgClassName
{
background-color: #BDB047;
}
</style>
border-color css
<style>
span { border-color: #BDB047; }
span { border-color: rgb(189,176,71); }
td.TdClassName
{
border-color: #BDB047;
}
.TagClassName
{
border-color: #BDB047;
}
</style>