Shades of Brass #B09E3C
Tints of Brass #B09E3C
RGB
CMYK
RGB Variations
Color information
#B09E3C (or 0xB09E3C) is known color: Brass. HEX triplet: B0, 9E and 3C. RGB value is (176,158,60). Sum of RGB (Red+Green+Blue) = 176+158+60=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E3C is #4F61C3. Grayscale: #989898. Windows color (decimal): -5202372 or 3972784. OLE color: 3972784.
HSL color Cylindrical-coordinate representation of color #B09E3C: hue angle of 50.69º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B09E3C is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 60 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.31 |
| HSL | 50.69º | 0.49% | 0.46% | - |
| HSV(B) | 50.69º | 0.66% | 0.69% | - |
| XYZ | 30.95 | 34.01 | 9.21 | - |
| YUV | 152.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 60 | 0 | 0.10 | 0.66 | 0.31 | 50.69 | 0.49 | 0.46 |
| Hex | B0 | 9E | 3C | 0 | A | 42 | 1F | 33 | 31 | 2E |
| Octal | 260 | 236 | 74 | 0 | 12 | 102 | 37 | 63 | 61 | 56 |
| Binary | 10110000 | 10011110 | 111100 | 0 | 1010 | 1000010 | 11111 | 110011 | 110001 | 101110 |
Color Harmonies of #B09E3C
Complementary color
Monochromatic Colors of #B09E3C
Black with #B09E3C
Text Example
Text Example
White with #B09E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E3C; }
p { color: rgb(176,158,60); }
H1.HeaderClassName
{
color: #B09E3C;
}
.AnyTagClassName
{
color: #B09E3C;
}
</style>
background-color css
<style>
a { background-color: #B09E3C; }
a { background-color: rgb(176,158,60); }
div.DivClassName
{
background-color: #B09E3C;
}
.BgClassName
{
background-color: #B09E3C;
}
</style>
border-color css
<style>
span { border-color: #B09E3C; }
span { border-color: rgb(176,158,60); }
td.TdClassName
{
border-color: #B09E3C;
}
.TagClassName
{
border-color: #B09E3C;
}
</style>