Shades of Brass #BBA649
Tints of Brass #BBA649
RGB
CMYK
RGB Variations
Color information
#BBA649 (or 0xBBA649) is known color: Brass. HEX triplet: BB, A6 and 49. RGB value is (187,166,73). Sum of RGB (Red+Green+Blue) = 187+166+73=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA649 is #4459B6. Grayscale: #A2A2A2. Windows color (decimal): -4479415 or 4826811. OLE color: 4826811.
HSL color Cylindrical-coordinate representation of color #BBA649: hue angle of 48.95º 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 #BBA649 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 73 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.27 |
| HSL | 48.95º | 0.46% | 0.51% | - |
| HSV(B) | 48.95º | 0.61% | 0.73% | - |
| XYZ | 35.33 | 38.32 | 11.84 | - |
| YUV | 161.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 73 | 0 | 0.11 | 0.61 | 0.27 | 48.95 | 0.46 | 0.51 |
| Hex | BB | A6 | 49 | 0 | B | 3D | 1B | 31 | 2E | 33 |
| Octal | 273 | 246 | 111 | 0 | 13 | 75 | 33 | 61 | 56 | 63 |
| Binary | 10111011 | 10100110 | 1001001 | 0 | 1011 | 111101 | 11011 | 110001 | 101110 | 110011 |
Color Harmonies of #BBA649
Complementary color
Monochromatic Colors of #BBA649
Black with #BBA649
Text Example
Text Example
White with #BBA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA649; }
p { color: rgb(187,166,73); }
H1.HeaderClassName
{
color: #BBA649;
}
.AnyTagClassName
{
color: #BBA649;
}
</style>
background-color css
<style>
a { background-color: #BBA649; }
a { background-color: rgb(187,166,73); }
div.DivClassName
{
background-color: #BBA649;
}
.BgClassName
{
background-color: #BBA649;
}
</style>
border-color css
<style>
span { border-color: #BBA649; }
span { border-color: rgb(187,166,73); }
td.TdClassName
{
border-color: #BBA649;
}
.TagClassName
{
border-color: #BBA649;
}
</style>