Shades of Brass #B8A537
Tints of Brass #B8A537
RGB
CMYK
RGB Variations
Color information
#B8A537 (or 0xB8A537) is known color: Brass. HEX triplet: B8, A5 and 37. RGB value is (184,165,55). Sum of RGB (Red+Green+Blue) = 184+165+55=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A537 is #475AC8. Grayscale: #9E9E9E. Windows color (decimal): -4676297 or 3646904. OLE color: 3646904.
HSL color Cylindrical-coordinate representation of color #B8A537: hue angle of 51.16º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8A537 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 55 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.28 |
| HSL | 51.16º | 0.54% | 0.47% | - |
| HSV(B) | 51.16º | 0.7% | 0.72% | - |
| XYZ | 33.91 | 37.38 | 9.04 | - |
| YUV | 158.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 55 | 0 | 0.10 | 0.70 | 0.28 | 51.16 | 0.54 | 0.47 |
| Hex | B8 | A5 | 37 | 0 | A | 46 | 1C | 33 | 36 | 2F |
| Octal | 270 | 245 | 67 | 0 | 12 | 106 | 34 | 63 | 66 | 57 |
| Binary | 10111000 | 10100101 | 110111 | 0 | 1010 | 1000110 | 11100 | 110011 | 110110 | 101111 |
Color Harmonies of #B8A537
Complementary color
Monochromatic Colors of #B8A537
Black with #B8A537
Text Example
Text Example
White with #B8A537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A537; }
p { color: rgb(184,165,55); }
H1.HeaderClassName
{
color: #B8A537;
}
.AnyTagClassName
{
color: #B8A537;
}
</style>
background-color css
<style>
a { background-color: #B8A537; }
a { background-color: rgb(184,165,55); }
div.DivClassName
{
background-color: #B8A537;
}
.BgClassName
{
background-color: #B8A537;
}
</style>
border-color css
<style>
span { border-color: #B8A537; }
span { border-color: rgb(184,165,55); }
td.TdClassName
{
border-color: #B8A537;
}
.TagClassName
{
border-color: #B8A537;
}
</style>