Shades of Brass #BBAA44
Tints of Brass #BBAA44
RGB
CMYK
RGB Variations
Color information
#BBAA44 (or 0xBBAA44) is known color: Brass. HEX triplet: BB, AA and 44. RGB value is (187,170,68). Sum of RGB (Red+Green+Blue) = 187+170+68=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA44 is #4455BB. Grayscale: #A3A3A3. Windows color (decimal): -4478396 or 4500155. OLE color: 4500155.
HSL color Cylindrical-coordinate representation of color #BBAA44: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBAA44 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 68 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.27 |
| HSL | 51.43º | 0.47% | 0.5% | - |
| HSV(B) | 51.43º | 0.64% | 0.73% | - |
| XYZ | 35.91 | 39.73 | 11.25 | - |
| YUV | 163.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 68 | 0 | 0.09 | 0.64 | 0.27 | 51.43 | 0.47 | 0.5 |
| Hex | BB | AA | 44 | 0 | 9 | 40 | 1B | 33 | 2F | 32 |
| Octal | 273 | 252 | 104 | 0 | 11 | 100 | 33 | 63 | 57 | 62 |
| Binary | 10111011 | 10101010 | 1000100 | 0 | 1001 | 1000000 | 11011 | 110011 | 101111 | 110010 |
Color Harmonies of #BBAA44
Complementary color
Monochromatic Colors of #BBAA44
Black with #BBAA44
Text Example
Text Example
White with #BBAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA44; }
p { color: rgb(187,170,68); }
H1.HeaderClassName
{
color: #BBAA44;
}
.AnyTagClassName
{
color: #BBAA44;
}
</style>
background-color css
<style>
a { background-color: #BBAA44; }
a { background-color: rgb(187,170,68); }
div.DivClassName
{
background-color: #BBAA44;
}
.BgClassName
{
background-color: #BBAA44;
}
</style>
border-color css
<style>
span { border-color: #BBAA44; }
span { border-color: rgb(187,170,68); }
td.TdClassName
{
border-color: #BBAA44;
}
.TagClassName
{
border-color: #BBAA44;
}
</style>