Shades of Brass #BBA644
Tints of Brass #BBA644
RGB
CMYK
RGB Variations
Color information
#BBA644 (or 0xBBA644) is known color: Brass. HEX triplet: BB, A6 and 44. RGB value is (187,166,68). Sum of RGB (Red+Green+Blue) = 187+166+68=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA644 is #4459BB. Grayscale: #A1A1A1. Windows color (decimal): -4479420 or 4499131. OLE color: 4499131.
HSL color Cylindrical-coordinate representation of color #BBA644: hue angle of 49.41º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBA644 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 68 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.27 |
| HSL | 49.41º | 0.47% | 0.5% | - |
| HSV(B) | 49.41º | 0.64% | 0.73% | - |
| XYZ | 35.17 | 38.25 | 11 | - |
| YUV | 161.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 68 | 0 | 0.11 | 0.64 | 0.27 | 49.41 | 0.47 | 0.5 |
| Hex | BB | A6 | 44 | 0 | B | 40 | 1B | 31 | 2F | 32 |
| Octal | 273 | 246 | 104 | 0 | 13 | 100 | 33 | 61 | 57 | 62 |
| Binary | 10111011 | 10100110 | 1000100 | 0 | 1011 | 1000000 | 11011 | 110001 | 101111 | 110010 |
Color Harmonies of #BBA644
Complementary color
Monochromatic Colors of #BBA644
Black with #BBA644
Text Example
Text Example
White with #BBA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA644; }
p { color: rgb(187,166,68); }
H1.HeaderClassName
{
color: #BBA644;
}
.AnyTagClassName
{
color: #BBA644;
}
</style>
background-color css
<style>
a { background-color: #BBA644; }
a { background-color: rgb(187,166,68); }
div.DivClassName
{
background-color: #BBA644;
}
.BgClassName
{
background-color: #BBA644;
}
</style>
border-color css
<style>
span { border-color: #BBA644; }
span { border-color: rgb(187,166,68); }
td.TdClassName
{
border-color: #BBA644;
}
.TagClassName
{
border-color: #BBA644;
}
</style>