Shades of Brass #B09F38
Tints of Brass #B09F38
RGB
CMYK
RGB Variations
Color information
#B09F38 (or 0xB09F38) is known color: Brass. HEX triplet: B0, 9F and 38. RGB value is (176,159,56). Sum of RGB (Red+Green+Blue) = 176+159+56=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F38 is #4F60C7. Grayscale: #989898. Windows color (decimal): -5202120 or 3710896. OLE color: 3710896.
HSL color Cylindrical-coordinate representation of color #B09F38: hue angle of 51.5º 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 #B09F38 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 56 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.31 |
| HSL | 51.5º | 0.52% | 0.45% | - |
| HSV(B) | 51.5º | 0.68% | 0.69% | - |
| XYZ | 31.02 | 34.31 | 8.73 | - |
| YUV | 152.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 56 | 0 | 0.10 | 0.68 | 0.31 | 51.5 | 0.52 | 0.45 |
| Hex | B0 | 9F | 38 | 0 | A | 44 | 1F | 34 | 34 | 2D |
| Octal | 260 | 237 | 70 | 0 | 12 | 104 | 37 | 64 | 64 | 55 |
| Binary | 10110000 | 10011111 | 111000 | 0 | 1010 | 1000100 | 11111 | 110100 | 110100 | 101101 |
Color Harmonies of #B09F38
Complementary color
Monochromatic Colors of #B09F38
Black with #B09F38
Text Example
Text Example
White with #B09F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F38; }
p { color: rgb(176,159,56); }
H1.HeaderClassName
{
color: #B09F38;
}
.AnyTagClassName
{
color: #B09F38;
}
</style>
background-color css
<style>
a { background-color: #B09F38; }
a { background-color: rgb(176,159,56); }
div.DivClassName
{
background-color: #B09F38;
}
.BgClassName
{
background-color: #B09F38;
}
</style>
border-color css
<style>
span { border-color: #B09F38; }
span { border-color: rgb(176,159,56); }
td.TdClassName
{
border-color: #B09F38;
}
.TagClassName
{
border-color: #B09F38;
}
</style>