Shades of Brass #B09E3E
Tints of Brass #B09E3E
RGB
CMYK
RGB Variations
Color information
#B09E3E (or 0xB09E3E) is known color: Brass. HEX triplet: B0, 9E and 3E. RGB value is (176,158,62). Sum of RGB (Red+Green+Blue) = 176+158+62=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E3E is #4F61C1. Grayscale: #989898. Windows color (decimal): -5202370 or 4103856. OLE color: 4103856.
HSL color Cylindrical-coordinate representation of color #B09E3E: hue angle of 50.53º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B09E3E is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 62 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.31 |
| HSL | 50.53º | 0.48% | 0.47% | - |
| HSV(B) | 50.53º | 0.65% | 0.69% | - |
| XYZ | 31 | 34.03 | 9.49 | - |
| YUV | 152.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 62 | 0 | 0.10 | 0.65 | 0.31 | 50.53 | 0.48 | 0.47 |
| Hex | B0 | 9E | 3E | 0 | A | 41 | 1F | 33 | 30 | 2F |
| Octal | 260 | 236 | 76 | 0 | 12 | 101 | 37 | 63 | 60 | 57 |
| Binary | 10110000 | 10011110 | 111110 | 0 | 1010 | 1000001 | 11111 | 110011 | 110000 | 101111 |
Color Harmonies of #B09E3E
Complementary color
Monochromatic Colors of #B09E3E
Black with #B09E3E
Text Example
Text Example
White with #B09E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E3E; }
p { color: rgb(176,158,62); }
H1.HeaderClassName
{
color: #B09E3E;
}
.AnyTagClassName
{
color: #B09E3E;
}
</style>
background-color css
<style>
a { background-color: #B09E3E; }
a { background-color: rgb(176,158,62); }
div.DivClassName
{
background-color: #B09E3E;
}
.BgClassName
{
background-color: #B09E3E;
}
</style>
border-color css
<style>
span { border-color: #B09E3E; }
span { border-color: rgb(176,158,62); }
td.TdClassName
{
border-color: #B09E3E;
}
.TagClassName
{
border-color: #B09E3E;
}
</style>