Shades of Brass #B09F3A
Tints of Brass #B09F3A
RGB
CMYK
RGB Variations
Color information
#B09F3A (or 0xB09F3A) is known color: Brass. HEX triplet: B0, 9F and 3A. RGB value is (176,159,58). Sum of RGB (Red+Green+Blue) = 176+159+58=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F3A is #4F60C5. Grayscale: #989898. Windows color (decimal): -5202118 or 3841968. OLE color: 3841968.
HSL color Cylindrical-coordinate representation of color #B09F3A: hue angle of 51.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B09F3A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 58 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.31 |
| HSL | 51.36º | 0.5% | 0.46% | - |
| HSV(B) | 51.36º | 0.67% | 0.69% | - |
| XYZ | 31.07 | 34.33 | 8.99 | - |
| YUV | 152.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 58 | 0 | 0.10 | 0.67 | 0.31 | 51.36 | 0.5 | 0.46 |
| Hex | B0 | 9F | 3A | 0 | A | 43 | 1F | 33 | 32 | 2E |
| Octal | 260 | 237 | 72 | 0 | 12 | 103 | 37 | 63 | 62 | 56 |
| Binary | 10110000 | 10011111 | 111010 | 0 | 1010 | 1000011 | 11111 | 110011 | 110010 | 101110 |
Color Harmonies of #B09F3A
Complementary color
Monochromatic Colors of #B09F3A
Black with #B09F3A
Text Example
Text Example
White with #B09F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F3A; }
p { color: rgb(176,159,58); }
H1.HeaderClassName
{
color: #B09F3A;
}
.AnyTagClassName
{
color: #B09F3A;
}
</style>
background-color css
<style>
a { background-color: #B09F3A; }
a { background-color: rgb(176,159,58); }
div.DivClassName
{
background-color: #B09F3A;
}
.BgClassName
{
background-color: #B09F3A;
}
</style>
border-color css
<style>
span { border-color: #B09F3A; }
span { border-color: rgb(176,159,58); }
td.TdClassName
{
border-color: #B09F3A;
}
.TagClassName
{
border-color: #B09F3A;
}
</style>