Shades of Brass #B09D40
Tints of Brass #B09D40
RGB
CMYK
RGB Variations
Color information
#B09D40 (or 0xB09D40) is known color: Brass. HEX triplet: B0, 9D and 40. RGB value is (176,157,64). Sum of RGB (Red+Green+Blue) = 176+157+64=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D40 is #4F62BF. Grayscale: #989898. Windows color (decimal): -5202624 or 4234672. OLE color: 4234672.
HSL color Cylindrical-coordinate representation of color #B09D40: hue angle of 49.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B09D40 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 64 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.31 |
| HSL | 49.82º | 0.47% | 0.47% | - |
| HSV(B) | 49.82º | 0.64% | 0.69% | - |
| XYZ | 30.89 | 33.71 | 9.73 | - |
| YUV | 152.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 64 | 0 | 0.11 | 0.64 | 0.31 | 49.82 | 0.47 | 0.47 |
| Hex | B0 | 9D | 40 | 0 | B | 40 | 1F | 32 | 2F | 2F |
| Octal | 260 | 235 | 100 | 0 | 13 | 100 | 37 | 62 | 57 | 57 |
| Binary | 10110000 | 10011101 | 1000000 | 0 | 1011 | 1000000 | 11111 | 110010 | 101111 | 101111 |
Color Harmonies of #B09D40
Complementary color
Monochromatic Colors of #B09D40
Black with #B09D40
Text Example
Text Example
White with #B09D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D40; }
p { color: rgb(176,157,64); }
H1.HeaderClassName
{
color: #B09D40;
}
.AnyTagClassName
{
color: #B09D40;
}
</style>
background-color css
<style>
a { background-color: #B09D40; }
a { background-color: rgb(176,157,64); }
div.DivClassName
{
background-color: #B09D40;
}
.BgClassName
{
background-color: #B09D40;
}
</style>
border-color css
<style>
span { border-color: #B09D40; }
span { border-color: rgb(176,157,64); }
td.TdClassName
{
border-color: #B09D40;
}
.TagClassName
{
border-color: #B09D40;
}
</style>