Shades of Brass #BBAA43
Tints of Brass #BBAA43
RGB
CMYK
RGB Variations
Color information
#BBAA43 (or 0xBBAA43) is known color: Brass. HEX triplet: BB, AA and 43. RGB value is (187,170,67). Sum of RGB (Red+Green+Blue) = 187+170+67=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA43 is #4455BC. Grayscale: #A3A3A3. Windows color (decimal): -4478397 or 4434619. OLE color: 4434619.
HSL color Cylindrical-coordinate representation of color #BBAA43: hue angle of 51.5º 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 #BBAA43 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 67 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.27 |
| HSL | 51.5º | 0.47% | 0.5% | - |
| HSV(B) | 51.5º | 0.64% | 0.73% | - |
| XYZ | 35.88 | 39.72 | 11.09 | - |
| YUV | 163.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 67 | 0 | 0.09 | 0.64 | 0.27 | 51.5 | 0.47 | 0.5 |
| Hex | BB | AA | 43 | 0 | 9 | 40 | 1B | 34 | 2F | 32 |
| Octal | 273 | 252 | 103 | 0 | 11 | 100 | 33 | 64 | 57 | 62 |
| Binary | 10111011 | 10101010 | 1000011 | 0 | 1001 | 1000000 | 11011 | 110100 | 101111 | 110010 |
Color Harmonies of #BBAA43
Complementary color
Monochromatic Colors of #BBAA43
Black with #BBAA43
Text Example
Text Example
White with #BBAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA43; }
p { color: rgb(187,170,67); }
H1.HeaderClassName
{
color: #BBAA43;
}
.AnyTagClassName
{
color: #BBAA43;
}
</style>
background-color css
<style>
a { background-color: #BBAA43; }
a { background-color: rgb(187,170,67); }
div.DivClassName
{
background-color: #BBAA43;
}
.BgClassName
{
background-color: #BBAA43;
}
</style>
border-color css
<style>
span { border-color: #BBAA43; }
span { border-color: rgb(187,170,67); }
td.TdClassName
{
border-color: #BBAA43;
}
.TagClassName
{
border-color: #BBAA43;
}
</style>