Shades of Brass #BBA647
Tints of Brass #BBA647
RGB
CMYK
RGB Variations
Color information
#BBA647 (or 0xBBA647) is known color: Brass. HEX triplet: BB, A6 and 47. RGB value is (187,166,71). Sum of RGB (Red+Green+Blue) = 187+166+71=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA647 is #4459B8. Grayscale: #A1A1A1. Windows color (decimal): -4479417 or 4695739. OLE color: 4695739.
HSL color Cylindrical-coordinate representation of color #BBA647: hue angle of 49.14º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBA647 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 71 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.27 |
| HSL | 49.14º | 0.46% | 0.51% | - |
| HSV(B) | 49.14º | 0.62% | 0.73% | - |
| XYZ | 35.27 | 38.29 | 11.49 | - |
| YUV | 161.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 71 | 0 | 0.11 | 0.62 | 0.27 | 49.14 | 0.46 | 0.51 |
| Hex | BB | A6 | 47 | 0 | B | 3E | 1B | 31 | 2E | 33 |
| Octal | 273 | 246 | 107 | 0 | 13 | 76 | 33 | 61 | 56 | 63 |
| Binary | 10111011 | 10100110 | 1000111 | 0 | 1011 | 111110 | 11011 | 110001 | 101110 | 110011 |
Color Harmonies of #BBA647
Complementary color
Monochromatic Colors of #BBA647
Black with #BBA647
Text Example
Text Example
White with #BBA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA647; }
p { color: rgb(187,166,71); }
H1.HeaderClassName
{
color: #BBA647;
}
.AnyTagClassName
{
color: #BBA647;
}
</style>
background-color css
<style>
a { background-color: #BBA647; }
a { background-color: rgb(187,166,71); }
div.DivClassName
{
background-color: #BBA647;
}
.BgClassName
{
background-color: #BBA647;
}
</style>
border-color css
<style>
span { border-color: #BBA647; }
span { border-color: rgb(187,166,71); }
td.TdClassName
{
border-color: #BBA647;
}
.TagClassName
{
border-color: #BBA647;
}
</style>