Shades of Brass #BBA93B
Tints of Brass #BBA93B
RGB
CMYK
RGB Variations
Color information
#BBA93B (or 0xBBA93B) is known color: Brass. HEX triplet: BB, A9 and 3B. RGB value is (187,169,59). Sum of RGB (Red+Green+Blue) = 187+169+59=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA93B is #4456C4. Grayscale: #A2A2A2. Windows color (decimal): -4478661 or 3910075. OLE color: 3910075.
HSL color Cylindrical-coordinate representation of color #BBA93B: hue angle of 51.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBA93B is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 59 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.27 |
| HSL | 51.56º | 0.52% | 0.48% | - |
| HSV(B) | 51.56º | 0.68% | 0.73% | - |
| XYZ | 35.47 | 39.26 | 9.85 | - |
| YUV | 161.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 59 | 0 | 0.10 | 0.68 | 0.27 | 51.56 | 0.52 | 0.48 |
| Hex | BB | A9 | 3B | 0 | A | 44 | 1B | 34 | 34 | 30 |
| Octal | 273 | 251 | 73 | 0 | 12 | 104 | 33 | 64 | 64 | 60 |
| Binary | 10111011 | 10101001 | 111011 | 0 | 1010 | 1000100 | 11011 | 110100 | 110100 | 110000 |
Color Harmonies of #BBA93B
Complementary color
Monochromatic Colors of #BBA93B
Black with #BBA93B
Text Example
Text Example
White with #BBA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA93B; }
p { color: rgb(187,169,59); }
H1.HeaderClassName
{
color: #BBA93B;
}
.AnyTagClassName
{
color: #BBA93B;
}
</style>
background-color css
<style>
a { background-color: #BBA93B; }
a { background-color: rgb(187,169,59); }
div.DivClassName
{
background-color: #BBA93B;
}
.BgClassName
{
background-color: #BBA93B;
}
</style>
border-color css
<style>
span { border-color: #BBA93B; }
span { border-color: rgb(187,169,59); }
td.TdClassName
{
border-color: #BBA93B;
}
.TagClassName
{
border-color: #BBA93B;
}
</style>