Shades of Brass #B9A242
Tints of Brass #B9A242
RGB
CMYK
RGB Variations
Color information
#B9A242 (or 0xB9A242) is known color: Brass. HEX triplet: B9, A2 and 42. RGB value is (185,162,66). Sum of RGB (Red+Green+Blue) = 185+162+66=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A242 is #465DBD. Grayscale: #9E9E9E. Windows color (decimal): -4611518 or 4367033. OLE color: 4367033.
HSL color Cylindrical-coordinate representation of color #B9A242: hue angle of 48.4º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9A242 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 66 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.27 |
| HSL | 48.4º | 0.47% | 0.49% | - |
| HSV(B) | 48.4º | 0.64% | 0.73% | - |
| XYZ | 33.91 | 36.55 | 10.42 | - |
| YUV | 157.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 66 | 0 | 0.12 | 0.64 | 0.27 | 48.4 | 0.47 | 0.49 |
| Hex | B9 | A2 | 42 | 0 | C | 40 | 1B | 30 | 2F | 31 |
| Octal | 271 | 242 | 102 | 0 | 14 | 100 | 33 | 60 | 57 | 61 |
| Binary | 10111001 | 10100010 | 1000010 | 0 | 1100 | 1000000 | 11011 | 110000 | 101111 | 110001 |
Color Harmonies of #B9A242
Complementary color
Monochromatic Colors of #B9A242
Black with #B9A242
Text Example
Text Example
White with #B9A242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A242; }
p { color: rgb(185,162,66); }
H1.HeaderClassName
{
color: #B9A242;
}
.AnyTagClassName
{
color: #B9A242;
}
</style>
background-color css
<style>
a { background-color: #B9A242; }
a { background-color: rgb(185,162,66); }
div.DivClassName
{
background-color: #B9A242;
}
.BgClassName
{
background-color: #B9A242;
}
</style>
border-color css
<style>
span { border-color: #B9A242; }
span { border-color: rgb(185,162,66); }
td.TdClassName
{
border-color: #B9A242;
}
.TagClassName
{
border-color: #B9A242;
}
</style>