Shades of Brass #B8B137
Tints of Brass #B8B137
RGB
CMYK
RGB Variations
Color information
#B8B137 (or 0xB8B137) is known color: Brass. HEX triplet: B8, B1 and 37. RGB value is (184,177,55). Sum of RGB (Red+Green+Blue) = 184+177+55=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B137 is #474EC8. Grayscale: #A5A5A5. Windows color (decimal): -4673225 or 3649976. OLE color: 3649976.
HSL color Cylindrical-coordinate representation of color #B8B137: hue angle of 56.74º 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 #B8B137 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 55 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.28 |
| HSL | 56.74º | 0.54% | 0.47% | - |
| HSV(B) | 56.74º | 0.7% | 0.72% | - |
| XYZ | 36.18 | 41.91 | 9.8 | - |
| YUV | 165.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 55 | 0 | 0.04 | 0.70 | 0.28 | 56.74 | 0.54 | 0.47 |
| Hex | B8 | B1 | 37 | 0 | 4 | 46 | 1C | 39 | 36 | 2F |
| Octal | 270 | 261 | 67 | 0 | 4 | 106 | 34 | 71 | 66 | 57 |
| Binary | 10111000 | 10110001 | 110111 | 0 | 100 | 1000110 | 11100 | 111001 | 110110 | 101111 |
Color Harmonies of #B8B137
Complementary color
Monochromatic Colors of #B8B137
Black with #B8B137
Text Example
Text Example
White with #B8B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B137; }
p { color: rgb(184,177,55); }
H1.HeaderClassName
{
color: #B8B137;
}
.AnyTagClassName
{
color: #B8B137;
}
</style>
background-color css
<style>
a { background-color: #B8B137; }
a { background-color: rgb(184,177,55); }
div.DivClassName
{
background-color: #B8B137;
}
.BgClassName
{
background-color: #B8B137;
}
</style>
border-color css
<style>
span { border-color: #B8B137; }
span { border-color: rgb(184,177,55); }
td.TdClassName
{
border-color: #B8B137;
}
.TagClassName
{
border-color: #B8B137;
}
</style>