Shades of Brass #BBA641
Tints of Brass #BBA641
RGB
CMYK
RGB Variations
Color information
#BBA641 (or 0xBBA641) is known color: Brass. HEX triplet: BB, A6 and 41. RGB value is (187,166,65). Sum of RGB (Red+Green+Blue) = 187+166+65=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA641 is #4459BE. Grayscale: #A1A1A1. Windows color (decimal): -4479423 or 4302523. OLE color: 4302523.
HSL color Cylindrical-coordinate representation of color #BBA641: hue angle of 49.67º 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 #BBA641 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 65 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.27 |
| HSL | 49.67º | 0.48% | 0.49% | - |
| HSV(B) | 49.67º | 0.65% | 0.73% | - |
| XYZ | 35.08 | 38.22 | 10.53 | - |
| YUV | 160.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 65 | 0 | 0.11 | 0.65 | 0.27 | 49.67 | 0.48 | 0.49 |
| Hex | BB | A6 | 41 | 0 | B | 41 | 1B | 32 | 30 | 31 |
| Octal | 273 | 246 | 101 | 0 | 13 | 101 | 33 | 62 | 60 | 61 |
| Binary | 10111011 | 10100110 | 1000001 | 0 | 1011 | 1000001 | 11011 | 110010 | 110000 | 110001 |
Color Harmonies of #BBA641
Complementary color
Monochromatic Colors of #BBA641
Black with #BBA641
Text Example
Text Example
White with #BBA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA641; }
p { color: rgb(187,166,65); }
H1.HeaderClassName
{
color: #BBA641;
}
.AnyTagClassName
{
color: #BBA641;
}
</style>
background-color css
<style>
a { background-color: #BBA641; }
a { background-color: rgb(187,166,65); }
div.DivClassName
{
background-color: #BBA641;
}
.BgClassName
{
background-color: #BBA641;
}
</style>
border-color css
<style>
span { border-color: #BBA641; }
span { border-color: rgb(187,166,65); }
td.TdClassName
{
border-color: #BBA641;
}
.TagClassName
{
border-color: #BBA641;
}
</style>