Shades of Brass #BBA440
Tints of Brass #BBA440
RGB
CMYK
RGB Variations
Color information
#BBA440 (or 0xBBA440) is known color: Brass. HEX triplet: BB, A4 and 40. RGB value is (187,164,64). Sum of RGB (Red+Green+Blue) = 187+164+64=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA440 is #445BBF. Grayscale: #9F9F9F. Windows color (decimal): -4479936 or 4236475. OLE color: 4236475.
HSL color Cylindrical-coordinate representation of color #BBA440: hue angle of 48.78º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBA440 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 64 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.27 |
| HSL | 48.78º | 0.49% | 0.49% | - |
| HSV(B) | 48.78º | 0.66% | 0.73% | - |
| XYZ | 34.69 | 37.49 | 10.26 | - |
| YUV | 159.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 64 | 0 | 0.12 | 0.66 | 0.27 | 48.78 | 0.49 | 0.49 |
| Hex | BB | A4 | 40 | 0 | C | 42 | 1B | 31 | 31 | 31 |
| Octal | 273 | 244 | 100 | 0 | 14 | 102 | 33 | 61 | 61 | 61 |
| Binary | 10111011 | 10100100 | 1000000 | 0 | 1100 | 1000010 | 11011 | 110001 | 110001 | 110001 |
Color Harmonies of #BBA440
Complementary color
Monochromatic Colors of #BBA440
Black with #BBA440
Text Example
Text Example
White with #BBA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA440; }
p { color: rgb(187,164,64); }
H1.HeaderClassName
{
color: #BBA440;
}
.AnyTagClassName
{
color: #BBA440;
}
</style>
background-color css
<style>
a { background-color: #BBA440; }
a { background-color: rgb(187,164,64); }
div.DivClassName
{
background-color: #BBA440;
}
.BgClassName
{
background-color: #BBA440;
}
</style>
border-color css
<style>
span { border-color: #BBA440; }
span { border-color: rgb(187,164,64); }
td.TdClassName
{
border-color: #BBA440;
}
.TagClassName
{
border-color: #BBA440;
}
</style>