Shades of Brass #BBA93F
Tints of Brass #BBA93F
RGB
CMYK
RGB Variations
Color information
#BBA93F (or 0xBBA93F) is known color: Brass. HEX triplet: BB, A9 and 3F. RGB value is (187,169,63). Sum of RGB (Red+Green+Blue) = 187+169+63=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA93F is #4456C0. Grayscale: #A2A2A2. Windows color (decimal): -4478657 or 4172219. OLE color: 4172219.
HSL color Cylindrical-coordinate representation of color #BBA93F: hue angle of 51.29º degrees, saturation: 0.5, 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 #BBA93F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 63 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.27 |
| HSL | 51.29º | 0.5% | 0.49% | - |
| HSV(B) | 51.29º | 0.66% | 0.73% | - |
| XYZ | 35.58 | 39.3 | 10.41 | - |
| YUV | 162.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 63 | 0 | 0.10 | 0.66 | 0.27 | 51.29 | 0.5 | 0.49 |
| Hex | BB | A9 | 3F | 0 | A | 42 | 1B | 33 | 32 | 31 |
| Octal | 273 | 251 | 77 | 0 | 12 | 102 | 33 | 63 | 62 | 61 |
| Binary | 10111011 | 10101001 | 111111 | 0 | 1010 | 1000010 | 11011 | 110011 | 110010 | 110001 |
Color Harmonies of #BBA93F
Complementary color
Monochromatic Colors of #BBA93F
Black with #BBA93F
Text Example
Text Example
White with #BBA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA93F; }
p { color: rgb(187,169,63); }
H1.HeaderClassName
{
color: #BBA93F;
}
.AnyTagClassName
{
color: #BBA93F;
}
</style>
background-color css
<style>
a { background-color: #BBA93F; }
a { background-color: rgb(187,169,63); }
div.DivClassName
{
background-color: #BBA93F;
}
.BgClassName
{
background-color: #BBA93F;
}
</style>
border-color css
<style>
span { border-color: #BBA93F; }
span { border-color: rgb(187,169,63); }
td.TdClassName
{
border-color: #BBA93F;
}
.TagClassName
{
border-color: #BBA93F;
}
</style>