Shades of Brass #B09D3C
Tints of Brass #B09D3C
RGB
CMYK
RGB Variations
Color information
#B09D3C (or 0xB09D3C) is known color: Brass. HEX triplet: B0, 9D and 3C. RGB value is (176,157,60). Sum of RGB (Red+Green+Blue) = 176+157+60=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D3C is #4F62C3. Grayscale: #989898. Windows color (decimal): -5202628 or 3972528. OLE color: 3972528.
HSL color Cylindrical-coordinate representation of color #B09D3C: hue angle of 50.17º 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 #B09D3C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 60 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.31 |
| HSL | 50.17º | 0.49% | 0.46% | - |
| HSV(B) | 50.17º | 0.66% | 0.69% | - |
| XYZ | 30.78 | 33.67 | 9.15 | - |
| YUV | 151.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 60 | 0 | 0.11 | 0.66 | 0.31 | 50.17 | 0.49 | 0.46 |
| Hex | B0 | 9D | 3C | 0 | B | 42 | 1F | 32 | 31 | 2E |
| Octal | 260 | 235 | 74 | 0 | 13 | 102 | 37 | 62 | 61 | 56 |
| Binary | 10110000 | 10011101 | 111100 | 0 | 1011 | 1000010 | 11111 | 110010 | 110001 | 101110 |
Color Harmonies of #B09D3C
Complementary color
Monochromatic Colors of #B09D3C
Black with #B09D3C
Text Example
Text Example
White with #B09D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D3C; }
p { color: rgb(176,157,60); }
H1.HeaderClassName
{
color: #B09D3C;
}
.AnyTagClassName
{
color: #B09D3C;
}
</style>
background-color css
<style>
a { background-color: #B09D3C; }
a { background-color: rgb(176,157,60); }
div.DivClassName
{
background-color: #B09D3C;
}
.BgClassName
{
background-color: #B09D3C;
}
</style>
border-color css
<style>
span { border-color: #B09D3C; }
span { border-color: rgb(176,157,60); }
td.TdClassName
{
border-color: #B09D3C;
}
.TagClassName
{
border-color: #B09D3C;
}
</style>