Shades of Brass #BBA648
Tints of Brass #BBA648
RGB
CMYK
RGB Variations
Color information
#BBA648 (or 0xBBA648) is known color: Brass. HEX triplet: BB, A6 and 48. RGB value is (187,166,72). Sum of RGB (Red+Green+Blue) = 187+166+72=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA648 is #4459B7. Grayscale: #A1A1A1. Windows color (decimal): -4479416 or 4761275. OLE color: 4761275.
HSL color Cylindrical-coordinate representation of color #BBA648: hue angle of 49.04º 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 #BBA648 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 72 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.27 |
| HSL | 49.04º | 0.46% | 0.51% | - |
| HSV(B) | 49.04º | 0.61% | 0.73% | - |
| XYZ | 35.3 | 38.31 | 11.66 | - |
| YUV | 161.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 72 | 0 | 0.11 | 0.61 | 0.27 | 49.04 | 0.46 | 0.51 |
| Hex | BB | A6 | 48 | 0 | B | 3D | 1B | 31 | 2E | 33 |
| Octal | 273 | 246 | 110 | 0 | 13 | 75 | 33 | 61 | 56 | 63 |
| Binary | 10111011 | 10100110 | 1001000 | 0 | 1011 | 111101 | 11011 | 110001 | 101110 | 110011 |
Color Harmonies of #BBA648
Complementary color
Monochromatic Colors of #BBA648
Black with #BBA648
Text Example
Text Example
White with #BBA648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA648; }
p { color: rgb(187,166,72); }
H1.HeaderClassName
{
color: #BBA648;
}
.AnyTagClassName
{
color: #BBA648;
}
</style>
background-color css
<style>
a { background-color: #BBA648; }
a { background-color: rgb(187,166,72); }
div.DivClassName
{
background-color: #BBA648;
}
.BgClassName
{
background-color: #BBA648;
}
</style>
border-color css
<style>
span { border-color: #BBA648; }
span { border-color: rgb(187,166,72); }
td.TdClassName
{
border-color: #BBA648;
}
.TagClassName
{
border-color: #BBA648;
}
</style>