Shades of Brass #BBA441
Tints of Brass #BBA441
RGB
CMYK
RGB Variations
Color information
#BBA441 (or 0xBBA441) is known color: Brass. HEX triplet: BB, A4 and 41. RGB value is (187,164,65). Sum of RGB (Red+Green+Blue) = 187+164+65=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA441 is #445BBE. Grayscale: #A0A0A0. Windows color (decimal): -4479935 or 4302011. OLE color: 4302011.
HSL color Cylindrical-coordinate representation of color #BBA441: hue angle of 48.69º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBA441 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 65 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.27 |
| HSL | 48.69º | 0.48% | 0.49% | - |
| HSV(B) | 48.69º | 0.65% | 0.73% | - |
| XYZ | 34.72 | 37.5 | 10.41 | - |
| YUV | 159.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 65 | 0 | 0.12 | 0.65 | 0.27 | 48.69 | 0.48 | 0.49 |
| Hex | BB | A4 | 41 | 0 | C | 41 | 1B | 31 | 30 | 31 |
| Octal | 273 | 244 | 101 | 0 | 14 | 101 | 33 | 61 | 60 | 61 |
| Binary | 10111011 | 10100100 | 1000001 | 0 | 1100 | 1000001 | 11011 | 110001 | 110000 | 110001 |
Color Harmonies of #BBA441
Complementary color
Monochromatic Colors of #BBA441
Black with #BBA441
Text Example
Text Example
White with #BBA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA441; }
p { color: rgb(187,164,65); }
H1.HeaderClassName
{
color: #BBA441;
}
.AnyTagClassName
{
color: #BBA441;
}
</style>
background-color css
<style>
a { background-color: #BBA441; }
a { background-color: rgb(187,164,65); }
div.DivClassName
{
background-color: #BBA441;
}
.BgClassName
{
background-color: #BBA441;
}
</style>
border-color css
<style>
span { border-color: #BBA441; }
span { border-color: rgb(187,164,65); }
td.TdClassName
{
border-color: #BBA441;
}
.TagClassName
{
border-color: #BBA441;
}
</style>