Shades of Brass #BBA345
Tints of Brass #BBA345
RGB
CMYK
RGB Variations
Color information
#BBA345 (or 0xBBA345) is known color: Brass. HEX triplet: BB, A3 and 45. RGB value is (187,163,69). Sum of RGB (Red+Green+Blue) = 187+163+69=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA345 is #445CBA. Grayscale: #9F9F9F. Windows color (decimal): -4480187 or 4563899. OLE color: 4563899.
HSL color Cylindrical-coordinate representation of color #BBA345: hue angle of 47.8º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBA345 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 69 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.27 |
| HSL | 47.8º | 0.46% | 0.5% | - |
| HSV(B) | 47.8º | 0.63% | 0.73% | - |
| XYZ | 34.66 | 37.19 | 10.98 | - |
| YUV | 159.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 69 | 0 | 0.13 | 0.63 | 0.27 | 47.8 | 0.46 | 0.5 |
| Hex | BB | A3 | 45 | 0 | D | 3F | 1B | 30 | 2E | 32 |
| Octal | 273 | 243 | 105 | 0 | 15 | 77 | 33 | 60 | 56 | 62 |
| Binary | 10111011 | 10100011 | 1000101 | 0 | 1101 | 111111 | 11011 | 110000 | 101110 | 110010 |
Color Harmonies of #BBA345
Complementary color
Monochromatic Colors of #BBA345
Black with #BBA345
Text Example
Text Example
White with #BBA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA345; }
p { color: rgb(187,163,69); }
H1.HeaderClassName
{
color: #BBA345;
}
.AnyTagClassName
{
color: #BBA345;
}
</style>
background-color css
<style>
a { background-color: #BBA345; }
a { background-color: rgb(187,163,69); }
div.DivClassName
{
background-color: #BBA345;
}
.BgClassName
{
background-color: #BBA345;
}
</style>
border-color css
<style>
span { border-color: #BBA345; }
span { border-color: rgb(187,163,69); }
td.TdClassName
{
border-color: #BBA345;
}
.TagClassName
{
border-color: #BBA345;
}
</style>