Shades of Brass #BDB345
Tints of Brass #BDB345
RGB
CMYK
RGB Variations
Color information
#BDB345 (or 0xBDB345) is known color: Brass. HEX triplet: BD, B3 and 45. RGB value is (189,179,69). Sum of RGB (Red+Green+Blue) = 189+179+69=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB345 is #424CBA. Grayscale: #A9A9A9. Windows color (decimal): -4345019 or 4567997. OLE color: 4567997.
HSL color Cylindrical-coordinate representation of color #BDB345: hue angle of 55º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDB345 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 69 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.26 |
| HSL | 55º | 0.48% | 0.51% | - |
| HSV(B) | 55º | 0.63% | 0.74% | - |
| XYZ | 38.18 | 43.49 | 12.01 | - |
| YUV | 169.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 69 | 0 | 0.05 | 0.63 | 0.26 | 55 | 0.48 | 0.51 |
| Hex | BD | B3 | 45 | 0 | 5 | 3F | 1A | 37 | 30 | 33 |
| Octal | 275 | 263 | 105 | 0 | 5 | 77 | 32 | 67 | 60 | 63 |
| Binary | 10111101 | 10110011 | 1000101 | 0 | 101 | 111111 | 11010 | 110111 | 110000 | 110011 |
Color Harmonies of #BDB345
Complementary color
Monochromatic Colors of #BDB345
Black with #BDB345
Text Example
Text Example
White with #BDB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB345; }
p { color: rgb(189,179,69); }
H1.HeaderClassName
{
color: #BDB345;
}
.AnyTagClassName
{
color: #BDB345;
}
</style>
background-color css
<style>
a { background-color: #BDB345; }
a { background-color: rgb(189,179,69); }
div.DivClassName
{
background-color: #BDB345;
}
.BgClassName
{
background-color: #BDB345;
}
</style>
border-color css
<style>
span { border-color: #BDB345; }
span { border-color: rgb(189,179,69); }
td.TdClassName
{
border-color: #BDB345;
}
.TagClassName
{
border-color: #BDB345;
}
</style>