Shades of Brass #BBAA3C
Tints of Brass #BBAA3C
RGB
CMYK
RGB Variations
Color information
#BBAA3C (or 0xBBAA3C) is known color: Brass. HEX triplet: BB, AA and 3C. RGB value is (187,170,60). Sum of RGB (Red+Green+Blue) = 187+170+60=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA3C is #4455C3. Grayscale: #A3A3A3. Windows color (decimal): -4478404 or 3975867. OLE color: 3975867.
HSL color Cylindrical-coordinate representation of color #BBAA3C: hue angle of 51.97º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBAA3C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 60 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.27 |
| HSL | 51.97º | 0.51% | 0.48% | - |
| HSV(B) | 51.97º | 0.68% | 0.73% | - |
| XYZ | 35.68 | 39.64 | 10.05 | - |
| YUV | 162.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 60 | 0 | 0.09 | 0.68 | 0.27 | 51.97 | 0.51 | 0.48 |
| Hex | BB | AA | 3C | 0 | 9 | 44 | 1B | 34 | 33 | 30 |
| Octal | 273 | 252 | 74 | 0 | 11 | 104 | 33 | 64 | 63 | 60 |
| Binary | 10111011 | 10101010 | 111100 | 0 | 1001 | 1000100 | 11011 | 110100 | 110011 | 110000 |
Color Harmonies of #BBAA3C
Complementary color
Monochromatic Colors of #BBAA3C
Black with #BBAA3C
Text Example
Text Example
White with #BBAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA3C; }
p { color: rgb(187,170,60); }
H1.HeaderClassName
{
color: #BBAA3C;
}
.AnyTagClassName
{
color: #BBAA3C;
}
</style>
background-color css
<style>
a { background-color: #BBAA3C; }
a { background-color: rgb(187,170,60); }
div.DivClassName
{
background-color: #BBAA3C;
}
.BgClassName
{
background-color: #BBAA3C;
}
</style>
border-color css
<style>
span { border-color: #BBAA3C; }
span { border-color: rgb(187,170,60); }
td.TdClassName
{
border-color: #BBAA3C;
}
.TagClassName
{
border-color: #BBAA3C;
}
</style>