Shades of Brass #BBA03F
Tints of Brass #BBA03F
RGB
CMYK
RGB Variations
Color information
#BBA03F (or 0xBBA03F) is known color: Brass. HEX triplet: BB, A0 and 3F. RGB value is (187,160,63). Sum of RGB (Red+Green+Blue) = 187+160+63=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA03F is #445FC0. Grayscale: #9D9D9D. Windows color (decimal): -4480961 or 4169915. OLE color: 4169915.
HSL color Cylindrical-coordinate representation of color #BBA03F: hue angle of 46.94º 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 #BBA03F is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 63 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.27 |
| HSL | 46.94º | 0.5% | 0.49% | - |
| HSV(B) | 46.94º | 0.66% | 0.73% | - |
| XYZ | 33.96 | 36.07 | 9.87 | - |
| YUV | 157.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 63 | 0 | 0.14 | 0.66 | 0.27 | 46.94 | 0.5 | 0.49 |
| Hex | BB | A0 | 3F | 0 | E | 42 | 1B | 2F | 32 | 31 |
| Octal | 273 | 240 | 77 | 0 | 16 | 102 | 33 | 57 | 62 | 61 |
| Binary | 10111011 | 10100000 | 111111 | 0 | 1110 | 1000010 | 11011 | 101111 | 110010 | 110001 |
Color Harmonies of #BBA03F
Complementary color
Monochromatic Colors of #BBA03F
Black with #BBA03F
Text Example
Text Example
White with #BBA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA03F; }
p { color: rgb(187,160,63); }
H1.HeaderClassName
{
color: #BBA03F;
}
.AnyTagClassName
{
color: #BBA03F;
}
</style>
background-color css
<style>
a { background-color: #BBA03F; }
a { background-color: rgb(187,160,63); }
div.DivClassName
{
background-color: #BBA03F;
}
.BgClassName
{
background-color: #BBA03F;
}
</style>
border-color css
<style>
span { border-color: #BBA03F; }
span { border-color: rgb(187,160,63); }
td.TdClassName
{
border-color: #BBA03F;
}
.TagClassName
{
border-color: #BBA03F;
}
</style>