Shades of Brass #B09E37
Tints of Brass #B09E37
RGB
CMYK
RGB Variations
Color information
#B09E37 (or 0xB09E37) is known color: Brass. HEX triplet: B0, 9E and 37. RGB value is (176,158,55). Sum of RGB (Red+Green+Blue) = 176+158+55=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E37 is #4F61C8. Grayscale: #989898. Windows color (decimal): -5202377 or 3645104. OLE color: 3645104.
HSL color Cylindrical-coordinate representation of color #B09E37: hue angle of 51.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B09E37 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 55 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.31 |
| HSL | 51.07º | 0.52% | 0.45% | - |
| HSV(B) | 51.07º | 0.69% | 0.69% | - |
| XYZ | 30.82 | 33.96 | 8.54 | - |
| YUV | 151.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 55 | 0 | 0.10 | 0.69 | 0.31 | 51.07 | 0.52 | 0.45 |
| Hex | B0 | 9E | 37 | 0 | A | 45 | 1F | 33 | 34 | 2D |
| Octal | 260 | 236 | 67 | 0 | 12 | 105 | 37 | 63 | 64 | 55 |
| Binary | 10110000 | 10011110 | 110111 | 0 | 1010 | 1000101 | 11111 | 110011 | 110100 | 101101 |
Color Harmonies of #B09E37
Complementary color
Monochromatic Colors of #B09E37
Black with #B09E37
Text Example
Text Example
White with #B09E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E37; }
p { color: rgb(176,158,55); }
H1.HeaderClassName
{
color: #B09E37;
}
.AnyTagClassName
{
color: #B09E37;
}
</style>
background-color css
<style>
a { background-color: #B09E37; }
a { background-color: rgb(176,158,55); }
div.DivClassName
{
background-color: #B09E37;
}
.BgClassName
{
background-color: #B09E37;
}
</style>
border-color css
<style>
span { border-color: #B09E37; }
span { border-color: rgb(176,158,55); }
td.TdClassName
{
border-color: #B09E37;
}
.TagClassName
{
border-color: #B09E37;
}
</style>