Shades of Brass #BBA943
Tints of Brass #BBA943
RGB
CMYK
RGB Variations
Color information
#BBA943 (or 0xBBA943) is known color: Brass. HEX triplet: BB, A9 and 43. RGB value is (187,169,67). Sum of RGB (Red+Green+Blue) = 187+169+67=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA943 is #4456BC. Grayscale: #A3A3A3. Windows color (decimal): -4478653 or 4434363. OLE color: 4434363.
HSL color Cylindrical-coordinate representation of color #BBA943: hue angle of 51º 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 #BBA943 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 67 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.27 |
| HSL | 51º | 0.47% | 0.5% | - |
| HSV(B) | 51º | 0.64% | 0.73% | - |
| XYZ | 35.69 | 39.35 | 11.02 | - |
| YUV | 162.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 67 | 0 | 0.10 | 0.64 | 0.27 | 51 | 0.47 | 0.5 |
| Hex | BB | A9 | 43 | 0 | A | 40 | 1B | 33 | 2F | 32 |
| Octal | 273 | 251 | 103 | 0 | 12 | 100 | 33 | 63 | 57 | 62 |
| Binary | 10111011 | 10101001 | 1000011 | 0 | 1010 | 1000000 | 11011 | 110011 | 101111 | 110010 |
Color Harmonies of #BBA943
Complementary color
Monochromatic Colors of #BBA943
Black with #BBA943
Text Example
Text Example
White with #BBA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA943; }
p { color: rgb(187,169,67); }
H1.HeaderClassName
{
color: #BBA943;
}
.AnyTagClassName
{
color: #BBA943;
}
</style>
background-color css
<style>
a { background-color: #BBA943; }
a { background-color: rgb(187,169,67); }
div.DivClassName
{
background-color: #BBA943;
}
.BgClassName
{
background-color: #BBA943;
}
</style>
border-color css
<style>
span { border-color: #BBA943; }
span { border-color: rgb(187,169,67); }
td.TdClassName
{
border-color: #BBA943;
}
.TagClassName
{
border-color: #BBA943;
}
</style>