Shades of Brass #BBA938
Tints of Brass #BBA938
RGB
CMYK
RGB Variations
Color information
#BBA938 (or 0xBBA938) is known color: Brass. HEX triplet: BB, A9 and 38. RGB value is (187,169,56). Sum of RGB (Red+Green+Blue) = 187+169+56=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA938 is #4456C7. Grayscale: #A1A1A1. Windows color (decimal): -4478664 or 3713467. OLE color: 3713467.
HSL color Cylindrical-coordinate representation of color #BBA938: hue angle of 51.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBA938 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 56 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.27 |
| HSL | 51.76º | 0.54% | 0.48% | - |
| HSV(B) | 51.76º | 0.7% | 0.73% | - |
| XYZ | 35.4 | 39.23 | 9.45 | - |
| YUV | 161.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 56 | 0 | 0.10 | 0.70 | 0.27 | 51.76 | 0.54 | 0.48 |
| Hex | BB | A9 | 38 | 0 | A | 46 | 1B | 34 | 36 | 30 |
| Octal | 273 | 251 | 70 | 0 | 12 | 106 | 33 | 64 | 66 | 60 |
| Binary | 10111011 | 10101001 | 111000 | 0 | 1010 | 1000110 | 11011 | 110100 | 110110 | 110000 |
Color Harmonies of #BBA938
Complementary color
Monochromatic Colors of #BBA938
Black with #BBA938
Text Example
Text Example
White with #BBA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA938; }
p { color: rgb(187,169,56); }
H1.HeaderClassName
{
color: #BBA938;
}
.AnyTagClassName
{
color: #BBA938;
}
</style>
background-color css
<style>
a { background-color: #BBA938; }
a { background-color: rgb(187,169,56); }
div.DivClassName
{
background-color: #BBA938;
}
.BgClassName
{
background-color: #BBA938;
}
</style>
border-color css
<style>
span { border-color: #BBA938; }
span { border-color: rgb(187,169,56); }
td.TdClassName
{
border-color: #BBA938;
}
.TagClassName
{
border-color: #BBA938;
}
</style>