Shades of Brass #B9B448
Tints of Brass #B9B448
RGB
CMYK
RGB Variations
Color information
#B9B448 (or 0xB9B448) is known color: Brass. HEX triplet: B9, B4 and 48. RGB value is (185,180,72). Sum of RGB (Red+Green+Blue) = 185+180+72=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B448 is #464BB7. Grayscale: #A9A9A9. Windows color (decimal): -4606904 or 4764857. OLE color: 4764857.
HSL color Cylindrical-coordinate representation of color #B9B448: hue angle of 57.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9B448 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 180 | 72 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.27 |
| HSL | 57.35º | 0.45% | 0.5% | - |
| HSV(B) | 57.35º | 0.61% | 0.73% | - |
| XYZ | 37.5 | 43.42 | 12.54 | - |
| YUV | 169.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 72 | 0 | 0.03 | 0.61 | 0.27 | 57.35 | 0.45 | 0.5 |
| Hex | B9 | B4 | 48 | 0 | 3 | 3D | 1B | 39 | 2D | 32 |
| Octal | 271 | 264 | 110 | 0 | 3 | 75 | 33 | 71 | 55 | 62 |
| Binary | 10111001 | 10110100 | 1001000 | 0 | 11 | 111101 | 11011 | 111001 | 101101 | 110010 |
Color Harmonies of #B9B448
Complementary color
Monochromatic Colors of #B9B448
Black with #B9B448
Text Example
Text Example
White with #B9B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B448; }
p { color: rgb(185,180,72); }
H1.HeaderClassName
{
color: #B9B448;
}
.AnyTagClassName
{
color: #B9B448;
}
</style>
background-color css
<style>
a { background-color: #B9B448; }
a { background-color: rgb(185,180,72); }
div.DivClassName
{
background-color: #B9B448;
}
.BgClassName
{
background-color: #B9B448;
}
</style>
border-color css
<style>
span { border-color: #B9B448; }
span { border-color: rgb(185,180,72); }
td.TdClassName
{
border-color: #B9B448;
}
.TagClassName
{
border-color: #B9B448;
}
</style>