Shades of Brass #B09E38
Tints of Brass #B09E38
RGB
CMYK
RGB Variations
Color information
#B09E38 (or 0xB09E38) is known color: Brass. HEX triplet: B0, 9E and 38. RGB value is (176,158,56). Sum of RGB (Red+Green+Blue) = 176+158+56=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E38 is #4F61C7. Grayscale: #989898. Windows color (decimal): -5202376 or 3710640. OLE color: 3710640.
HSL color Cylindrical-coordinate representation of color #B09E38: hue angle of 51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B09E38 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 56 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.31 |
| HSL | 51º | 0.52% | 0.45% | - |
| HSV(B) | 51º | 0.68% | 0.69% | - |
| XYZ | 30.85 | 33.97 | 8.67 | - |
| YUV | 151.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 56 | 0 | 0.10 | 0.68 | 0.31 | 51 | 0.52 | 0.45 |
| Hex | B0 | 9E | 38 | 0 | A | 44 | 1F | 33 | 34 | 2D |
| Octal | 260 | 236 | 70 | 0 | 12 | 104 | 37 | 63 | 64 | 55 |
| Binary | 10110000 | 10011110 | 111000 | 0 | 1010 | 1000100 | 11111 | 110011 | 110100 | 101101 |
Color Harmonies of #B09E38
Complementary color
Monochromatic Colors of #B09E38
Black with #B09E38
Text Example
Text Example
White with #B09E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E38; }
p { color: rgb(176,158,56); }
H1.HeaderClassName
{
color: #B09E38;
}
.AnyTagClassName
{
color: #B09E38;
}
</style>
background-color css
<style>
a { background-color: #B09E38; }
a { background-color: rgb(176,158,56); }
div.DivClassName
{
background-color: #B09E38;
}
.BgClassName
{
background-color: #B09E38;
}
</style>
border-color css
<style>
span { border-color: #B09E38; }
span { border-color: rgb(176,158,56); }
td.TdClassName
{
border-color: #B09E38;
}
.TagClassName
{
border-color: #B09E38;
}
</style>