Shades of Brass #BBAA45
Tints of Brass #BBAA45
RGB
CMYK
RGB Variations
Color information
#BBAA45 (or 0xBBAA45) is known color: Brass. HEX triplet: BB, AA and 45. RGB value is (187,170,69). Sum of RGB (Red+Green+Blue) = 187+170+69=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA45 is #4455BA. Grayscale: #A3A3A3. Windows color (decimal): -4478395 or 4565691. OLE color: 4565691.
HSL color Cylindrical-coordinate representation of color #BBAA45: hue angle of 51.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBAA45 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 69 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.27 |
| HSL | 51.36º | 0.46% | 0.5% | - |
| HSV(B) | 51.36º | 0.63% | 0.73% | - |
| XYZ | 35.94 | 39.74 | 11.41 | - |
| YUV | 163.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 69 | 0 | 0.09 | 0.63 | 0.27 | 51.36 | 0.46 | 0.5 |
| Hex | BB | AA | 45 | 0 | 9 | 3F | 1B | 33 | 2E | 32 |
| Octal | 273 | 252 | 105 | 0 | 11 | 77 | 33 | 63 | 56 | 62 |
| Binary | 10111011 | 10101010 | 1000101 | 0 | 1001 | 111111 | 11011 | 110011 | 101110 | 110010 |
Color Harmonies of #BBAA45
Complementary color
Monochromatic Colors of #BBAA45
Black with #BBAA45
Text Example
Text Example
White with #BBAA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA45; }
p { color: rgb(187,170,69); }
H1.HeaderClassName
{
color: #BBAA45;
}
.AnyTagClassName
{
color: #BBAA45;
}
</style>
background-color css
<style>
a { background-color: #BBAA45; }
a { background-color: rgb(187,170,69); }
div.DivClassName
{
background-color: #BBAA45;
}
.BgClassName
{
background-color: #BBAA45;
}
</style>
border-color css
<style>
span { border-color: #BBAA45; }
span { border-color: rgb(187,170,69); }
td.TdClassName
{
border-color: #BBAA45;
}
.TagClassName
{
border-color: #BBAA45;
}
</style>