Shades of Brass #BBA93E
Tints of Brass #BBA93E
RGB
CMYK
RGB Variations
Color information
#BBA93E (or 0xBBA93E) is known color: Brass. HEX triplet: BB, A9 and 3E. RGB value is (187,169,62). Sum of RGB (Red+Green+Blue) = 187+169+62=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA93E is #4456C1. Grayscale: #A2A2A2. Windows color (decimal): -4478658 or 4106683. OLE color: 4106683.
HSL color Cylindrical-coordinate representation of color #BBA93E: hue angle of 51.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBA93E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 62 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.27 |
| HSL | 51.36º | 0.5% | 0.49% | - |
| HSV(B) | 51.36º | 0.67% | 0.73% | - |
| XYZ | 35.55 | 39.29 | 10.27 | - |
| YUV | 162.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 62 | 0 | 0.10 | 0.67 | 0.27 | 51.36 | 0.5 | 0.49 |
| Hex | BB | A9 | 3E | 0 | A | 43 | 1B | 33 | 32 | 31 |
| Octal | 273 | 251 | 76 | 0 | 12 | 103 | 33 | 63 | 62 | 61 |
| Binary | 10111011 | 10101001 | 111110 | 0 | 1010 | 1000011 | 11011 | 110011 | 110010 | 110001 |
Color Harmonies of #BBA93E
Complementary color
Monochromatic Colors of #BBA93E
Black with #BBA93E
Text Example
Text Example
White with #BBA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA93E; }
p { color: rgb(187,169,62); }
H1.HeaderClassName
{
color: #BBA93E;
}
.AnyTagClassName
{
color: #BBA93E;
}
</style>
background-color css
<style>
a { background-color: #BBA93E; }
a { background-color: rgb(187,169,62); }
div.DivClassName
{
background-color: #BBA93E;
}
.BgClassName
{
background-color: #BBA93E;
}
</style>
border-color css
<style>
span { border-color: #BBA93E; }
span { border-color: rgb(187,169,62); }
td.TdClassName
{
border-color: #BBA93E;
}
.TagClassName
{
border-color: #BBA93E;
}
</style>