Shades of Brass #B9B334
Tints of Brass #B9B334
RGB
CMYK
RGB Variations
Color information
#B9B334 (or 0xB9B334) is known color: Brass. HEX triplet: B9, B3 and 34. RGB value is (185,179,52). Sum of RGB (Red+Green+Blue) = 185+179+52=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B334 is #464CCB. Grayscale: #A6A6A6. Windows color (decimal): -4607180 or 3453881. OLE color: 3453881.
HSL color Cylindrical-coordinate representation of color #B9B334: hue angle of 57.29º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9B334 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 52 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.27 |
| HSL | 57.29º | 0.56% | 0.46% | - |
| HSV(B) | 57.29º | 0.72% | 0.73% | - |
| XYZ | 36.75 | 42.8 | 9.57 | - |
| YUV | 166.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 52 | 0 | 0.03 | 0.72 | 0.27 | 57.29 | 0.56 | 0.46 |
| Hex | B9 | B3 | 34 | 0 | 3 | 48 | 1B | 39 | 38 | 2E |
| Octal | 271 | 263 | 64 | 0 | 3 | 110 | 33 | 71 | 70 | 56 |
| Binary | 10111001 | 10110011 | 110100 | 0 | 11 | 1001000 | 11011 | 111001 | 111000 | 101110 |
Color Harmonies of #B9B334
Complementary color
Monochromatic Colors of #B9B334
Black with #B9B334
Text Example
Text Example
White with #B9B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B334; }
p { color: rgb(185,179,52); }
H1.HeaderClassName
{
color: #B9B334;
}
.AnyTagClassName
{
color: #B9B334;
}
</style>
background-color css
<style>
a { background-color: #B9B334; }
a { background-color: rgb(185,179,52); }
div.DivClassName
{
background-color: #B9B334;
}
.BgClassName
{
background-color: #B9B334;
}
</style>
border-color css
<style>
span { border-color: #B9B334; }
span { border-color: rgb(185,179,52); }
td.TdClassName
{
border-color: #B9B334;
}
.TagClassName
{
border-color: #B9B334;
}
</style>