Shades of Brass #BBAB48
Tints of Brass #BBAB48
RGB
CMYK
RGB Variations
Color information
#BBAB48 (or 0xBBAB48) is known color: Brass. HEX triplet: BB, AB and 48. RGB value is (187,171,72). Sum of RGB (Red+Green+Blue) = 187+171+72=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB48 is #4454B7. Grayscale: #A4A4A4. Windows color (decimal): -4478136 or 4762555. OLE color: 4762555.
HSL color Cylindrical-coordinate representation of color #BBAB48: hue angle of 51.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBAB48 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 72 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.27 |
| HSL | 51.65º | 0.46% | 0.51% | - |
| HSV(B) | 51.65º | 0.61% | 0.73% | - |
| XYZ | 36.23 | 40.16 | 11.97 | - |
| YUV | 164.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 72 | 0 | 0.09 | 0.61 | 0.27 | 51.65 | 0.46 | 0.51 |
| Hex | BB | AB | 48 | 0 | 9 | 3D | 1B | 34 | 2E | 33 |
| Octal | 273 | 253 | 110 | 0 | 11 | 75 | 33 | 64 | 56 | 63 |
| Binary | 10111011 | 10101011 | 1001000 | 0 | 1001 | 111101 | 11011 | 110100 | 101110 | 110011 |
Color Harmonies of #BBAB48
Complementary color
Monochromatic Colors of #BBAB48
Black with #BBAB48
Text Example
Text Example
White with #BBAB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB48; }
p { color: rgb(187,171,72); }
H1.HeaderClassName
{
color: #BBAB48;
}
.AnyTagClassName
{
color: #BBAB48;
}
</style>
background-color css
<style>
a { background-color: #BBAB48; }
a { background-color: rgb(187,171,72); }
div.DivClassName
{
background-color: #BBAB48;
}
.BgClassName
{
background-color: #BBAB48;
}
</style>
border-color css
<style>
span { border-color: #BBAB48; }
span { border-color: rgb(187,171,72); }
td.TdClassName
{
border-color: #BBAB48;
}
.TagClassName
{
border-color: #BBAB48;
}
</style>