Shades of Brass #BDB137
Tints of Brass #BDB137
RGB
CMYK
RGB Variations
Color information
#BDB137 (or 0xBDB137) is known color: Brass. HEX triplet: BD, B1 and 37. RGB value is (189,177,55). Sum of RGB (Red+Green+Blue) = 189+177+55=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB137 is #424EC8. Grayscale: #A7A7A7. Windows color (decimal): -4345545 or 3649981. OLE color: 3649981.
HSL color Cylindrical-coordinate representation of color #BDB137: hue angle of 54.63º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDB137 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 55 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.26 |
| HSL | 54.63º | 0.55% | 0.48% | - |
| HSV(B) | 54.63º | 0.71% | 0.74% | - |
| XYZ | 37.4 | 42.54 | 9.85 | - |
| YUV | 166.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 55 | 0 | 0.06 | 0.71 | 0.26 | 54.63 | 0.55 | 0.48 |
| Hex | BD | B1 | 37 | 0 | 6 | 47 | 1A | 37 | 37 | 30 |
| Octal | 275 | 261 | 67 | 0 | 6 | 107 | 32 | 67 | 67 | 60 |
| Binary | 10111101 | 10110001 | 110111 | 0 | 110 | 1000111 | 11010 | 110111 | 110111 | 110000 |
Color Harmonies of #BDB137
Complementary color
Monochromatic Colors of #BDB137
Black with #BDB137
Text Example
Text Example
White with #BDB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB137; }
p { color: rgb(189,177,55); }
H1.HeaderClassName
{
color: #BDB137;
}
.AnyTagClassName
{
color: #BDB137;
}
</style>
background-color css
<style>
a { background-color: #BDB137; }
a { background-color: rgb(189,177,55); }
div.DivClassName
{
background-color: #BDB137;
}
.BgClassName
{
background-color: #BDB137;
}
</style>
border-color css
<style>
span { border-color: #BDB137; }
span { border-color: rgb(189,177,55); }
td.TdClassName
{
border-color: #BDB137;
}
.TagClassName
{
border-color: #BDB137;
}
</style>