Shades of Brass #BBA53F
Tints of Brass #BBA53F
RGB
CMYK
RGB Variations
Color information
#BBA53F (or 0xBBA53F) is known color: Brass. HEX triplet: BB, A5 and 3F. RGB value is (187,165,63). Sum of RGB (Red+Green+Blue) = 187+165+63=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA53F is #445AC0. Grayscale: #A0A0A0. Windows color (decimal): -4479681 or 4171195. OLE color: 4171195.
HSL color Cylindrical-coordinate representation of color #BBA53F: hue angle of 49.35º 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 #BBA53F is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 63 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.27 |
| HSL | 49.35º | 0.5% | 0.49% | - |
| HSV(B) | 49.35º | 0.66% | 0.73% | - |
| XYZ | 34.85 | 37.83 | 10.17 | - |
| YUV | 159.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 63 | 0 | 0.12 | 0.66 | 0.27 | 49.35 | 0.5 | 0.49 |
| Hex | BB | A5 | 3F | 0 | C | 42 | 1B | 31 | 32 | 31 |
| Octal | 273 | 245 | 77 | 0 | 14 | 102 | 33 | 61 | 62 | 61 |
| Binary | 10111011 | 10100101 | 111111 | 0 | 1100 | 1000010 | 11011 | 110001 | 110010 | 110001 |
Color Harmonies of #BBA53F
Complementary color
Monochromatic Colors of #BBA53F
Black with #BBA53F
Text Example
Text Example
White with #BBA53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA53F; }
p { color: rgb(187,165,63); }
H1.HeaderClassName
{
color: #BBA53F;
}
.AnyTagClassName
{
color: #BBA53F;
}
</style>
background-color css
<style>
a { background-color: #BBA53F; }
a { background-color: rgb(187,165,63); }
div.DivClassName
{
background-color: #BBA53F;
}
.BgClassName
{
background-color: #BBA53F;
}
</style>
border-color css
<style>
span { border-color: #BBA53F; }
span { border-color: rgb(187,165,63); }
td.TdClassName
{
border-color: #BBA53F;
}
.TagClassName
{
border-color: #BBA53F;
}
</style>