Shades of Brass #BDB545
Tints of Brass #BDB545
RGB
CMYK
RGB Variations
Color information
#BDB545 (or 0xBDB545) is known color: Brass. HEX triplet: BD, B5 and 45. RGB value is (189,181,69). Sum of RGB (Red+Green+Blue) = 189+181+69=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB545 is #424ABA. Grayscale: #ABABAB. Windows color (decimal): -4344507 or 4568509. OLE color: 4568509.
HSL color Cylindrical-coordinate representation of color #BDB545: hue angle of 56º 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 #BDB545 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 69 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.26 |
| HSL | 56º | 0.48% | 0.51% | - |
| HSV(B) | 56º | 0.63% | 0.74% | - |
| XYZ | 38.58 | 44.3 | 12.15 | - |
| YUV | 170.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 69 | 0 | 0.04 | 0.63 | 0.26 | 56 | 0.48 | 0.51 |
| Hex | BD | B5 | 45 | 0 | 4 | 3F | 1A | 38 | 30 | 33 |
| Octal | 275 | 265 | 105 | 0 | 4 | 77 | 32 | 70 | 60 | 63 |
| Binary | 10111101 | 10110101 | 1000101 | 0 | 100 | 111111 | 11010 | 111000 | 110000 | 110011 |
Color Harmonies of #BDB545
Complementary color
Monochromatic Colors of #BDB545
Black with #BDB545
Text Example
Text Example
White with #BDB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB545; }
p { color: rgb(189,181,69); }
H1.HeaderClassName
{
color: #BDB545;
}
.AnyTagClassName
{
color: #BDB545;
}
</style>
background-color css
<style>
a { background-color: #BDB545; }
a { background-color: rgb(189,181,69); }
div.DivClassName
{
background-color: #BDB545;
}
.BgClassName
{
background-color: #BDB545;
}
</style>
border-color css
<style>
span { border-color: #BDB545; }
span { border-color: rgb(189,181,69); }
td.TdClassName
{
border-color: #BDB545;
}
.TagClassName
{
border-color: #BDB545;
}
</style>