Shades of Brass #BBA83B
Tints of Brass #BBA83B
RGB
CMYK
RGB Variations
Color information
#BBA83B (or 0xBBA83B) is known color: Brass. HEX triplet: BB, A8 and 3B. RGB value is (187,168,59). Sum of RGB (Red+Green+Blue) = 187+168+59=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA83B is #4457C4. Grayscale: #A1A1A1. Windows color (decimal): -4478917 or 3909819. OLE color: 3909819.
HSL color Cylindrical-coordinate representation of color #BBA83B: hue angle of 51.09º 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 #BBA83B is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 59 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.27 |
| HSL | 51.09º | 0.52% | 0.48% | - |
| HSV(B) | 51.09º | 0.68% | 0.73% | - |
| XYZ | 35.29 | 38.89 | 9.78 | - |
| YUV | 161.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 59 | 0 | 0.10 | 0.68 | 0.27 | 51.09 | 0.52 | 0.48 |
| Hex | BB | A8 | 3B | 0 | A | 44 | 1B | 33 | 34 | 30 |
| Octal | 273 | 250 | 73 | 0 | 12 | 104 | 33 | 63 | 64 | 60 |
| Binary | 10111011 | 10101000 | 111011 | 0 | 1010 | 1000100 | 11011 | 110011 | 110100 | 110000 |
Color Harmonies of #BBA83B
Complementary color
Monochromatic Colors of #BBA83B
Black with #BBA83B
Text Example
Text Example
White with #BBA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA83B; }
p { color: rgb(187,168,59); }
H1.HeaderClassName
{
color: #BBA83B;
}
.AnyTagClassName
{
color: #BBA83B;
}
</style>
background-color css
<style>
a { background-color: #BBA83B; }
a { background-color: rgb(187,168,59); }
div.DivClassName
{
background-color: #BBA83B;
}
.BgClassName
{
background-color: #BBA83B;
}
</style>
border-color css
<style>
span { border-color: #BBA83B; }
span { border-color: rgb(187,168,59); }
td.TdClassName
{
border-color: #BBA83B;
}
.TagClassName
{
border-color: #BBA83B;
}
</style>