Shades of Brass #BBB348
Tints of Brass #BBB348
RGB
CMYK
RGB Variations
Color information
#BBB348 (or 0xBBB348) is known color: Brass. HEX triplet: BB, B3 and 48. RGB value is (187,179,72). Sum of RGB (Red+Green+Blue) = 187+179+72=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB348 is #444CB7. Grayscale: #A9A9A9. Windows color (decimal): -4476088 or 4764603. OLE color: 4764603.
HSL color Cylindrical-coordinate representation of color #BBB348: hue angle of 55.83º 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 #BBB348 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 72 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.27 |
| HSL | 55.83º | 0.46% | 0.51% | - |
| HSV(B) | 55.83º | 0.61% | 0.73% | - |
| XYZ | 37.78 | 43.27 | 12.49 | - |
| YUV | 169.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 72 | 0 | 0.04 | 0.61 | 0.27 | 55.83 | 0.46 | 0.51 |
| Hex | BB | B3 | 48 | 0 | 4 | 3D | 1B | 38 | 2E | 33 |
| Octal | 273 | 263 | 110 | 0 | 4 | 75 | 33 | 70 | 56 | 63 |
| Binary | 10111011 | 10110011 | 1001000 | 0 | 100 | 111101 | 11011 | 111000 | 101110 | 110011 |
Color Harmonies of #BBB348
Complementary color
Monochromatic Colors of #BBB348
Black with #BBB348
Text Example
Text Example
White with #BBB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB348; }
p { color: rgb(187,179,72); }
H1.HeaderClassName
{
color: #BBB348;
}
.AnyTagClassName
{
color: #BBB348;
}
</style>
background-color css
<style>
a { background-color: #BBB348; }
a { background-color: rgb(187,179,72); }
div.DivClassName
{
background-color: #BBB348;
}
.BgClassName
{
background-color: #BBB348;
}
</style>
border-color css
<style>
span { border-color: #BBB348; }
span { border-color: rgb(187,179,72); }
td.TdClassName
{
border-color: #BBB348;
}
.TagClassName
{
border-color: #BBB348;
}
</style>