Shades of Brass #BBA043
Tints of Brass #BBA043
RGB
CMYK
RGB Variations
Color information
#BBA043 (or 0xBBA043) is known color: Brass. HEX triplet: BB, A0 and 43. RGB value is (187,160,67). Sum of RGB (Red+Green+Blue) = 187+160+67=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA043 is #445FBC. Grayscale: #9D9D9D. Windows color (decimal): -4480957 or 4432059. OLE color: 4432059.
HSL color Cylindrical-coordinate representation of color #BBA043: hue angle of 46.5º 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 #BBA043 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 67 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.27 |
| HSL | 46.5º | 0.47% | 0.5% | - |
| HSV(B) | 46.5º | 0.64% | 0.73% | - |
| XYZ | 34.08 | 36.11 | 10.48 | - |
| YUV | 157.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 67 | 0 | 0.14 | 0.64 | 0.27 | 46.5 | 0.47 | 0.5 |
| Hex | BB | A0 | 43 | 0 | E | 40 | 1B | 2E | 2F | 32 |
| Octal | 273 | 240 | 103 | 0 | 16 | 100 | 33 | 56 | 57 | 62 |
| Binary | 10111011 | 10100000 | 1000011 | 0 | 1110 | 1000000 | 11011 | 101110 | 101111 | 110010 |
Color Harmonies of #BBA043
Complementary color
Monochromatic Colors of #BBA043
Black with #BBA043
Text Example
Text Example
White with #BBA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA043; }
p { color: rgb(187,160,67); }
H1.HeaderClassName
{
color: #BBA043;
}
.AnyTagClassName
{
color: #BBA043;
}
</style>
background-color css
<style>
a { background-color: #BBA043; }
a { background-color: rgb(187,160,67); }
div.DivClassName
{
background-color: #BBA043;
}
.BgClassName
{
background-color: #BBA043;
}
</style>
border-color css
<style>
span { border-color: #BBA043; }
span { border-color: rgb(187,160,67); }
td.TdClassName
{
border-color: #BBA043;
}
.TagClassName
{
border-color: #BBA043;
}
</style>