Shades of Brass #BBAB3A
Tints of Brass #BBAB3A
RGB
CMYK
RGB Variations
Color information
#BBAB3A (or 0xBBAB3A) is known color: Brass. HEX triplet: BB, AB and 3A. RGB value is (187,171,58). Sum of RGB (Red+Green+Blue) = 187+171+58=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB3A is #4454C5. Grayscale: #A3A3A3. Windows color (decimal): -4478150 or 3845051. OLE color: 3845051.
HSL color Cylindrical-coordinate representation of color #BBAB3A: hue angle of 52.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBAB3A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 58 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.27 |
| HSL | 52.56º | 0.53% | 0.48% | - |
| HSV(B) | 52.56º | 0.69% | 0.73% | - |
| XYZ | 35.82 | 40 | 9.84 | - |
| YUV | 162.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 58 | 0 | 0.09 | 0.69 | 0.27 | 52.56 | 0.53 | 0.48 |
| Hex | BB | AB | 3A | 0 | 9 | 45 | 1B | 35 | 35 | 30 |
| Octal | 273 | 253 | 72 | 0 | 11 | 105 | 33 | 65 | 65 | 60 |
| Binary | 10111011 | 10101011 | 111010 | 0 | 1001 | 1000101 | 11011 | 110101 | 110101 | 110000 |
Color Harmonies of #BBAB3A
Complementary color
Monochromatic Colors of #BBAB3A
Black with #BBAB3A
Text Example
Text Example
White with #BBAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB3A; }
p { color: rgb(187,171,58); }
H1.HeaderClassName
{
color: #BBAB3A;
}
.AnyTagClassName
{
color: #BBAB3A;
}
</style>
background-color css
<style>
a { background-color: #BBAB3A; }
a { background-color: rgb(187,171,58); }
div.DivClassName
{
background-color: #BBAB3A;
}
.BgClassName
{
background-color: #BBAB3A;
}
</style>
border-color css
<style>
span { border-color: #BBAB3A; }
span { border-color: rgb(187,171,58); }
td.TdClassName
{
border-color: #BBAB3A;
}
.TagClassName
{
border-color: #BBAB3A;
}
</style>