Shades of Brass #BBAA3E
Tints of Brass #BBAA3E
RGB
CMYK
RGB Variations
Color information
#BBAA3E (or 0xBBAA3E) is known color: Brass. HEX triplet: BB, AA and 3E. RGB value is (187,170,62). Sum of RGB (Red+Green+Blue) = 187+170+62=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA3E is #4455C1. Grayscale: #A3A3A3. Windows color (decimal): -4478402 or 4106939. OLE color: 4106939.
HSL color Cylindrical-coordinate representation of color #BBAA3E: hue angle of 51.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBAA3E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 62 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.27 |
| HSL | 51.84º | 0.5% | 0.49% | - |
| HSV(B) | 51.84º | 0.67% | 0.73% | - |
| XYZ | 35.74 | 39.66 | 10.33 | - |
| YUV | 162.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 62 | 0 | 0.09 | 0.67 | 0.27 | 51.84 | 0.5 | 0.49 |
| Hex | BB | AA | 3E | 0 | 9 | 43 | 1B | 34 | 32 | 31 |
| Octal | 273 | 252 | 76 | 0 | 11 | 103 | 33 | 64 | 62 | 61 |
| Binary | 10111011 | 10101010 | 111110 | 0 | 1001 | 1000011 | 11011 | 110100 | 110010 | 110001 |
Color Harmonies of #BBAA3E
Complementary color
Monochromatic Colors of #BBAA3E
Black with #BBAA3E
Text Example
Text Example
White with #BBAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA3E; }
p { color: rgb(187,170,62); }
H1.HeaderClassName
{
color: #BBAA3E;
}
.AnyTagClassName
{
color: #BBAA3E;
}
</style>
background-color css
<style>
a { background-color: #BBAA3E; }
a { background-color: rgb(187,170,62); }
div.DivClassName
{
background-color: #BBAA3E;
}
.BgClassName
{
background-color: #BBAA3E;
}
</style>
border-color css
<style>
span { border-color: #BBAA3E; }
span { border-color: rgb(187,170,62); }
td.TdClassName
{
border-color: #BBAA3E;
}
.TagClassName
{
border-color: #BBAA3E;
}
</style>