Shades of Brass #BBB345
Tints of Brass #BBB345
RGB
CMYK
RGB Variations
Color information
#BBB345 (or 0xBBB345) is known color: Brass. HEX triplet: BB, B3 and 45. RGB value is (187,179,69). Sum of RGB (Red+Green+Blue) = 187+179+69=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB345 is #444CBA. Grayscale: #A9A9A9. Windows color (decimal): -4476091 or 4567995. OLE color: 4567995.
HSL color Cylindrical-coordinate representation of color #BBB345: hue angle of 55.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB345 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 69 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.27 |
| HSL | 55.93º | 0.46% | 0.5% | - |
| HSV(B) | 55.93º | 0.63% | 0.73% | - |
| XYZ | 37.69 | 43.23 | 11.99 | - |
| YUV | 168.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 69 | 0 | 0.04 | 0.63 | 0.27 | 55.93 | 0.46 | 0.5 |
| Hex | BB | B3 | 45 | 0 | 4 | 3F | 1B | 38 | 2E | 32 |
| Octal | 273 | 263 | 105 | 0 | 4 | 77 | 33 | 70 | 56 | 62 |
| Binary | 10111011 | 10110011 | 1000101 | 0 | 100 | 111111 | 11011 | 111000 | 101110 | 110010 |
Color Harmonies of #BBB345
Complementary color
Monochromatic Colors of #BBB345
Black with #BBB345
Text Example
Text Example
White with #BBB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB345; }
p { color: rgb(187,179,69); }
H1.HeaderClassName
{
color: #BBB345;
}
.AnyTagClassName
{
color: #BBB345;
}
</style>
background-color css
<style>
a { background-color: #BBB345; }
a { background-color: rgb(187,179,69); }
div.DivClassName
{
background-color: #BBB345;
}
.BgClassName
{
background-color: #BBB345;
}
</style>
border-color css
<style>
span { border-color: #BBB345; }
span { border-color: rgb(187,179,69); }
td.TdClassName
{
border-color: #BBB345;
}
.TagClassName
{
border-color: #BBB345;
}
</style>