Shades of Brass #BDB237
Tints of Brass #BDB237
RGB
CMYK
RGB Variations
Color information
#BDB237 (or 0xBDB237) is known color: Brass. HEX triplet: BD, B2 and 37. RGB value is (189,178,55). Sum of RGB (Red+Green+Blue) = 189+178+55=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB237 is #424DC8. Grayscale: #A7A7A7. Windows color (decimal): -4345289 or 3650237. OLE color: 3650237.
HSL color Cylindrical-coordinate representation of color #BDB237: hue angle of 55.07º 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 #BDB237 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 55 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.26 |
| HSL | 55.07º | 0.55% | 0.48% | - |
| HSV(B) | 55.07º | 0.71% | 0.74% | - |
| XYZ | 37.6 | 42.94 | 9.92 | - |
| YUV | 167.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 55 | 0 | 0.06 | 0.71 | 0.26 | 55.07 | 0.55 | 0.48 |
| Hex | BD | B2 | 37 | 0 | 6 | 47 | 1A | 37 | 37 | 30 |
| Octal | 275 | 262 | 67 | 0 | 6 | 107 | 32 | 67 | 67 | 60 |
| Binary | 10111101 | 10110010 | 110111 | 0 | 110 | 1000111 | 11010 | 110111 | 110111 | 110000 |
Color Harmonies of #BDB237
Complementary color
Monochromatic Colors of #BDB237
Black with #BDB237
Text Example
Text Example
White with #BDB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB237; }
p { color: rgb(189,178,55); }
H1.HeaderClassName
{
color: #BDB237;
}
.AnyTagClassName
{
color: #BDB237;
}
</style>
background-color css
<style>
a { background-color: #BDB237; }
a { background-color: rgb(189,178,55); }
div.DivClassName
{
background-color: #BDB237;
}
.BgClassName
{
background-color: #BDB237;
}
</style>
border-color css
<style>
span { border-color: #BDB237; }
span { border-color: rgb(189,178,55); }
td.TdClassName
{
border-color: #BDB237;
}
.TagClassName
{
border-color: #BDB237;
}
</style>