Shades of Brass #BBA748
Tints of Brass #BBA748
RGB
CMYK
RGB Variations
Color information
#BBA748 (or 0xBBA748) is known color: Brass. HEX triplet: BB, A7 and 48. RGB value is (187,167,72). Sum of RGB (Red+Green+Blue) = 187+167+72=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA748 is #4458B7. Grayscale: #A2A2A2. Windows color (decimal): -4479160 or 4761531. OLE color: 4761531.
HSL color Cylindrical-coordinate representation of color #BBA748: hue angle of 49.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBA748 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 72 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.27 |
| HSL | 49.57º | 0.46% | 0.51% | - |
| HSV(B) | 49.57º | 0.61% | 0.73% | - |
| XYZ | 35.48 | 38.67 | 11.72 | - |
| YUV | 162.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 72 | 0 | 0.11 | 0.61 | 0.27 | 49.57 | 0.46 | 0.51 |
| Hex | BB | A7 | 48 | 0 | B | 3D | 1B | 32 | 2E | 33 |
| Octal | 273 | 247 | 110 | 0 | 13 | 75 | 33 | 62 | 56 | 63 |
| Binary | 10111011 | 10100111 | 1001000 | 0 | 1011 | 111101 | 11011 | 110010 | 101110 | 110011 |
Color Harmonies of #BBA748
Complementary color
Monochromatic Colors of #BBA748
Black with #BBA748
Text Example
Text Example
White with #BBA748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA748; }
p { color: rgb(187,167,72); }
H1.HeaderClassName
{
color: #BBA748;
}
.AnyTagClassName
{
color: #BBA748;
}
</style>
background-color css
<style>
a { background-color: #BBA748; }
a { background-color: rgb(187,167,72); }
div.DivClassName
{
background-color: #BBA748;
}
.BgClassName
{
background-color: #BBA748;
}
</style>
border-color css
<style>
span { border-color: #BBA748; }
span { border-color: rgb(187,167,72); }
td.TdClassName
{
border-color: #BBA748;
}
.TagClassName
{
border-color: #BBA748;
}
</style>