Shades of Brass #BBA43B
Tints of Brass #BBA43B
RGB
CMYK
RGB Variations
Color information
#BBA43B (or 0xBBA43B) is known color: Brass. HEX triplet: BB, A4 and 3B. RGB value is (187,164,59). Sum of RGB (Red+Green+Blue) = 187+164+59=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA43B is #445BC4. Grayscale: #9F9F9F. Windows color (decimal): -4479941 or 3908795. OLE color: 3908795.
HSL color Cylindrical-coordinate representation of color #BBA43B: hue angle of 49.22º 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 #BBA43B is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 59 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.27 |
| HSL | 49.22º | 0.52% | 0.48% | - |
| HSV(B) | 49.22º | 0.68% | 0.73% | - |
| XYZ | 34.56 | 37.43 | 9.54 | - |
| YUV | 158.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 59 | 0 | 0.12 | 0.68 | 0.27 | 49.22 | 0.52 | 0.48 |
| Hex | BB | A4 | 3B | 0 | C | 44 | 1B | 31 | 34 | 30 |
| Octal | 273 | 244 | 73 | 0 | 14 | 104 | 33 | 61 | 64 | 60 |
| Binary | 10111011 | 10100100 | 111011 | 0 | 1100 | 1000100 | 11011 | 110001 | 110100 | 110000 |
Color Harmonies of #BBA43B
Complementary color
Monochromatic Colors of #BBA43B
Black with #BBA43B
Text Example
Text Example
White with #BBA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA43B; }
p { color: rgb(187,164,59); }
H1.HeaderClassName
{
color: #BBA43B;
}
.AnyTagClassName
{
color: #BBA43B;
}
</style>
background-color css
<style>
a { background-color: #BBA43B; }
a { background-color: rgb(187,164,59); }
div.DivClassName
{
background-color: #BBA43B;
}
.BgClassName
{
background-color: #BBA43B;
}
</style>
border-color css
<style>
span { border-color: #BBA43B; }
span { border-color: rgb(187,164,59); }
td.TdClassName
{
border-color: #BBA43B;
}
.TagClassName
{
border-color: #BBA43B;
}
</style>